about summary refs log tree commit diff homepage
path: root/lib/Core/Executor.cpp
diff options
context:
space:
mode:
authorCristian Cadar <cristic@cs.stanford.edu>2011-03-30 11:10:48 +0000
committerCristian Cadar <cristic@cs.stanford.edu>2011-03-30 11:10:48 +0000
commitb06bb734c1c309c5011d6148ebc6caacd9663400 (patch)
tree7e9e813c4481bff59a92ff39e0af849251e5e963 /lib/Core/Executor.cpp
parentcf8e311e1255b2515c50ab5043551498703acce3 (diff)
downloadklee-b06bb734c1c309c5011d6148ebc6caacd9663400.tar.gz
Fixed some typos.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@128533 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Core/Executor.cpp')
-rw-r--r--lib/Core/Executor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Core/Executor.cpp b/lib/Core/Executor.cpp
index b0af78a1..2baf61e9 100644
--- a/lib/Core/Executor.cpp
+++ b/lib/Core/Executor.cpp
@@ -2826,7 +2826,7 @@ void Executor::executeAlloc(ExecutionState &state,
                UltExpr::create(ConstantExpr::alloc(1<<31, W), size), 
                true);
         if (hugeSize.first) {
-          klee_message("NOTE: found huge malloc, returing 0");
+          klee_message("NOTE: found huge malloc, returning 0");
           bindLocal(target, *hugeSize.first, 
                     ConstantExpr::alloc(0, Context::get().getPointerWidth()));
         }