diff options
Diffstat (limited to 'lib/Core/Executor.cpp')
-rw-r--r-- | lib/Core/Executor.cpp | 2 |
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())); } |