commit | d25be9f401baf469892890119f915289b041e4f0 | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <benny.kra@googlemail.com> | Sat Sep 24 03:04:03 2011 +0000 |
committer | Benjamin Kramer <benny.kra@googlemail.com> | Sat Sep 24 03:04:03 2011 +0000 |
tree | 86382a381421c3cba50f6e7ca9cd7ff54da15530 | |
parent | a4b984d8396724a8e1137c22186c558c0cb0bf3f [diff] |
Fix comment typo. Patch by Rui Paulo! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140448 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp b/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp index 480342c..c02b5b1 100644 --- a/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp +++ b/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
@@ -50,7 +50,7 @@ public ProgramStatePartialTrait<llvm::ImmutableList<const MemRegion*> > { static void *GDMIndex() { static int x = 0; return &x; } }; -} // end GR namespace +} // end of ento (ProgramState) namespace } // end clang namespace