diff options
author | James Dennett <jdennett@google.com> | 2012-06-15 22:32:14 +0000 |
---|---|---|
committer | James Dennett <jdennett@google.com> | 2012-06-15 22:32:14 +0000 |
commit | 1bc5f0c7efb0f27987b296028747e8b5fd22d7b4 (patch) | |
tree | af88f580b8b233f8c6c37435718ab587d1fa5e06 /clang/lib/StaticAnalyzer/Core/ExprEngine.cpp | |
parent | 5207a1c72807642d160e2354006340cc56d4d9b2 (diff) | |
download | bcm5719-llvm-1bc5f0c7efb0f27987b296028747e8b5fd22d7b4.tar.gz bcm5719-llvm-1bc5f0c7efb0f27987b296028747e8b5fd22d7b4.zip |
Documentation cleanup: fix a type, LocatioinE -> LocationE
llvm-svn: 158566
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/ExprEngine.cpp')
-rw-r--r-- | clang/lib/StaticAnalyzer/Core/ExprEngine.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp b/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp index a95f565b6c9..282785dabe5 100644 --- a/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp +++ b/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp @@ -1596,9 +1596,9 @@ void ExprEngine::evalBind(ExplodedNodeSet &Dst, const Stmt *StoreE, /// evalStore - Handle the semantics of a store via an assignment. /// @param Dst The node set to store generated state nodes -/// @param AssignE The assignment expression if the store happens in an +/// @param AssignE The assignment expression if the store happens in an /// assignment. -/// @param LocatioinE The location expression that is stored to. +/// @param LocationE The location expression that is stored to. /// @param state The current simulation state /// @param location The location to store the value /// @param Val The value to be stored |