From c1410ce6f6162b4f59b5ed1293ce1c4392f782a8 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 9 Mar 2018 00:23:35 +0000 Subject: [PATCH] Fix header comment on SHA1 code. llvm-svn: 327086 --- lib/Support/SHA1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Support/SHA1.cpp b/lib/Support/SHA1.cpp index 20f41c5ff44..3007a78d5e2 100644 --- a/lib/Support/SHA1.cpp +++ b/lib/Support/SHA1.cpp @@ -1,4 +1,4 @@ -//======- SHA1.h - Private copy of the SHA1 implementation ---*- C++ -* ======// +//====- SHA1.cpp - Private copy of the SHA1 implementation ---*- C++ -* ======// // // The LLVM Compiler Infrastructure //