[cfe-commits] r158566 - /cfe/trunk/lib/StaticAnalyzer/Core/ExprEngine.cpp
James Dennett
jdennett at google.com
Fri Jun 15 15:32:15 PDT 2012
Author: jdennett
Date: Fri Jun 15 17:32:14 2012
New Revision: 158566
URL: http://llvm.org/viewvc/llvm-project?rev=158566&view=rev
Log:
Documentation cleanup: fix a type, LocatioinE -> LocationE
Modified:
cfe/trunk/lib/StaticAnalyzer/Core/ExprEngine.cpp
Modified: cfe/trunk/lib/StaticAnalyzer/Core/ExprEngine.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/StaticAnalyzer/Core/ExprEngine.cpp?rev=158566&r1=158565&r2=158566&view=diff
==============================================================================
--- cfe/trunk/lib/StaticAnalyzer/Core/ExprEngine.cpp (original)
+++ cfe/trunk/lib/StaticAnalyzer/Core/ExprEngine.cpp Fri Jun 15 17:32:14 2012
@@ -1596,9 +1596,9 @@
/// 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
More information about the cfe-commits
mailing list