diff options
Diffstat (limited to 'lib/GR/BasicStore.cpp')
-rw-r--r-- | lib/GR/BasicStore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/GR/BasicStore.cpp b/lib/GR/BasicStore.cpp index 2a673e2496..1c8ab11a96 100644 --- a/lib/GR/BasicStore.cpp +++ b/lib/GR/BasicStore.cpp @@ -68,7 +68,7 @@ public: return store; } - /// ArrayToPointer - Used by GRExprEngine::VistCast to handle implicit + /// ArrayToPointer - Used by ExprEngine::VistCast to handle implicit /// conversions between arrays and pointers. SVal ArrayToPointer(Loc Array) { return Array; } |