From 65423aeb996a296cf2964f136ce4a4a937bd1687 Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Mon, 10 Jan 2011 02:22:04 +0000 Subject: [PATCH] Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123147 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/StaticAnalyzer/PathSensitive/ExprEngine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/StaticAnalyzer/PathSensitive/ExprEngine.h b/include/clang/StaticAnalyzer/PathSensitive/ExprEngine.h index 407691a20b..384bc130a0 100644 --- a/include/clang/StaticAnalyzer/PathSensitive/ExprEngine.h +++ b/include/clang/StaticAnalyzer/PathSensitive/ExprEngine.h @@ -537,7 +537,7 @@ private: bool InlineCall(ExplodedNodeSet &Dst, const CallExpr *CE, ExplodedNode *Pred); }; -} // end GR namespace +} // end ento namespace } // end clang namespace -- 2.40.0