]> granicus.if.org Git - clang/commitdiff
Documentation cleanup: fix a type, LocatioinE -> LocationE
authorJames Dennett <jdennett@google.com>
Fri, 15 Jun 2012 22:32:14 +0000 (22:32 +0000)
committerJames Dennett <jdennett@google.com>
Fri, 15 Jun 2012 22:32:14 +0000 (22:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158566 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Core/ExprEngine.cpp

index a95f565b6c9d20c0e16fc5c38b3079dd8fca44c2..282785dabe5c304dffd827f9db54596bec65f1a8 100644 (file)
@@ -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