[llvm] r327086 - Fix header comment on SHA1 code.

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 8 16:23:35 PST 2018


Author: echristo
Date: Thu Mar  8 16:23:35 2018
New Revision: 327086

URL: http://llvm.org/viewvc/llvm-project?rev=327086&view=rev
Log:
Fix header comment on SHA1 code.

Modified:
    llvm/trunk/lib/Support/SHA1.cpp

Modified: llvm/trunk/lib/Support/SHA1.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/SHA1.cpp?rev=327086&r1=327085&r2=327086&view=diff
==============================================================================
--- llvm/trunk/lib/Support/SHA1.cpp (original)
+++ llvm/trunk/lib/Support/SHA1.cpp Thu Mar  8 16:23:35 2018
@@ -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
 //




More information about the llvm-commits mailing list