]> granicus.if.org Git - clang/commitdiff
Fix PathDiagnosticClients.h header guard. (Case error)
authorSebastian Redl <sebastian.redl@getdesigned.at>
Sun, 24 Apr 2011 16:27:36 +0000 (16:27 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Sun, 24 Apr 2011 16:27:36 +0000 (16:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130099 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/StaticAnalyzer/Core/PathDiagnosticClients.h

index 2713e31fc0d1217b6643ab09e6c4d7b9cbbbdaec..d02228fa30dd1c56ccf54863b214c312c86b85bf 100644 (file)
@@ -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>