Author: cornedbee
Date: Sun Apr 24 11:27:36 2011
New Revision: 130099

URL: http://llvm.org/viewvc/llvm-project?rev=130099&view=rev
Log:
Fix PathDiagnosticClients.h header guard. (Case error)

Modified:
    cfe/trunk/include/clang/StaticAnalyzer/Core/PathDiagnosticClients.h

Modified: cfe/trunk/include/clang/StaticAnalyzer/Core/PathDiagnosticClients.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/StaticAnalyzer/Core/PathDiagnosticClients.h?rev=130099&r1=130098&r2=130099&view=diff
==============================================================================
--- cfe/trunk/include/clang/StaticAnalyzer/Core/PathDiagnosticClients.h 
(original)
+++ cfe/trunk/include/clang/StaticAnalyzer/Core/PathDiagnosticClients.h Sun Apr 
24 11:27:36 2011
@@ -12,7 +12,7 @@
 
//===----------------------------------------------------------------------===//
 
 #ifndef LLVM_CLANG_GR_PATH_DIAGNOSTIC_CLIENTS_H
-#define LLVM_CLANG_GR_PATH_DIAGNOSTIC_CLiENTS_H
+#define LLVM_CLANG_GR_PATH_DIAGNOSTIC_CLIENTS_H
 
 #include <string>
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to