diff options
author | Martin Nowack <martin@se.inf.tu-dresden.de> | 2012-12-18 10:12:04 +0100 |
---|---|---|
committer | Martin Nowack <martin@se.inf.tu-dresden.de> | 2013-08-14 21:59:59 +0200 |
commit | 4d87bf339c09ec10ede9cd58fdfe4f364365532a (patch) | |
tree | 1976daf27b4367b948c5b7aeae5e0287d585991c /lib | |
parent | 39616bca565f1d3f958dc7e0e071ac5dc64f5439 (diff) | |
download | klee-4d87bf339c09ec10ede9cd58fdfe4f364365532a.tar.gz |
Fix typo
Diffstat (limited to 'lib')
-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); |