[clang-tools-extra] r187796 - Fix comment typo.

John Thompson John.Thompson.JTSoftware at gmail.com
Tue Aug 6 07:05:44 PDT 2013


Author: jtsoftware
Date: Tue Aug  6 09:05:43 2013
New Revision: 187796

URL: http://llvm.org/viewvc/llvm-project?rev=187796&view=rev
Log:
Fix comment typo.

Modified:
    clang-tools-extra/trunk/test/modularize/Inputs/HeaderGuardSub1.h

Modified: clang-tools-extra/trunk/test/modularize/Inputs/HeaderGuardSub1.h
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/modularize/Inputs/HeaderGuardSub1.h?rev=187796&r1=187795&r2=187796&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/modularize/Inputs/HeaderGuardSub1.h (original)
+++ clang-tools-extra/trunk/test/modularize/Inputs/HeaderGuardSub1.h Tue Aug  6 09:05:43 2013
@@ -1,4 +1,4 @@
 #ifndef _HEADERGUARDSUB1_H_
 #define _HEADERGUARDSUB1_H_
 #include "HeaderGuardSubSub.h"
-#endif // _HEADERGUARDSUBSUB_H_
+#endif // _HEADERGUARDSUB1_H_





More information about the cfe-commits mailing list