diff options
author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2013-08-15 01:28:13 -0700 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2013-08-15 01:28:13 -0700 |
commit | 3b7d65e17e558e0fa638ff6ab00d97e1c2c58c53 (patch) | |
tree | f110338ba80e304c4baf598bc21ad92b2a89b7a3 /lib/Core/Executor.h | |
parent | e211c407bcf1631c448800cb49044b2f48bee638 (diff) | |
parent | 3cdd94940e9698c0af7b7e07105449b697309762 (diff) | |
download | klee-3b7d65e17e558e0fa638ff6ab00d97e1c2c58c53.tar.gz |
Merge pull request #10 from MartinNowack/Typos
Fixed typos.
Diffstat (limited to 'lib/Core/Executor.h')
-rw-r--r-- | lib/Core/Executor.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<Expr> condition); |