From 4d87bf339c09ec10ede9cd58fdfe4f364365532a Mon Sep 17 00:00:00 2001 From: Martin Nowack Date: Tue, 18 Dec 2012 10:12:04 +0100 Subject: Fix typo --- lib/Core/Executor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Core/Executor.h b/lib/Core/Executor.h index a9d6b791..b7318a2c 100644 --- a/lib/Core/Executor.h +++ b/lib/Core/Executor.h @@ -287,7 +287,7 @@ private: /// Add the given (boolean) condition as a constraint on state. This /// function is a wrapper around the state's addConstraint function - /// which also manages manages propogation of implied values, + /// which also manages propagation of implied values, /// validity checks, and seed patching. void addConstraint(ExecutionState &state, ref condition); -- cgit 1.4.1 From 3cdd94940e9698c0af7b7e07105449b697309762 Mon Sep 17 00:00:00 2001 From: Martin Nowack Date: Tue, 13 Aug 2013 16:32:06 +0200 Subject: Fix typo --- tools/klee/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/klee/main.cpp b/tools/klee/main.cpp index 0c485571..03e2e62b 100644 --- a/tools/klee/main.cpp +++ b/tools/klee/main.cpp @@ -670,8 +670,8 @@ static int initEnv(Module *mainModule) { } -// This is a terrible hack until we get some real modelling of the -// system. All we do is check the undefined symbols and m and warn about +// This is a terrible hack until we get some real modeling of the +// system. All we do is check the undefined symbols and warn about // any "unrecognized" externals and about any obviously unsafe ones. // Symbols we explicitly support -- cgit 1.4.1