[cfe-commits] r123147 - /cfe/trunk/include/clang/StaticAnalyzer/PathSensitive/ExprEngine.h

Zhongxing Xu xuzhongxing at gmail.com
Sun Jan 9 18:22:04 PST 2011


Author: zhongxingxu
Date: Sun Jan  9 20:22:04 2011
New Revision: 123147

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

Modified:
    cfe/trunk/include/clang/StaticAnalyzer/PathSensitive/ExprEngine.h

Modified: cfe/trunk/include/clang/StaticAnalyzer/PathSensitive/ExprEngine.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/StaticAnalyzer/PathSensitive/ExprEngine.h?rev=123147&r1=123146&r2=123147&view=diff
==============================================================================
--- cfe/trunk/include/clang/StaticAnalyzer/PathSensitive/ExprEngine.h (original)
+++ cfe/trunk/include/clang/StaticAnalyzer/PathSensitive/ExprEngine.h Sun Jan  9 20:22:04 2011
@@ -537,7 +537,7 @@
   bool InlineCall(ExplodedNodeSet &Dst, const CallExpr *CE, ExplodedNode *Pred);
 };
 
-} // end GR namespace
+} // end ento namespace
 
 } // end clang namespace
 





More information about the cfe-commits mailing list