diff options
author | Martin Nowack <martin.nowack@gmail.com> | 2013-08-13 16:32:06 +0200 |
---|---|---|
committer | Martin Nowack <martin@se.inf.tu-dresden.de> | 2013-08-14 22:00:14 +0200 |
commit | 3cdd94940e9698c0af7b7e07105449b697309762 (patch) | |
tree | c9b1880ed978656d6087a57fa137bbf44b6935df /tools | |
parent | 4d87bf339c09ec10ede9cd58fdfe4f364365532a (diff) | |
download | klee-3cdd94940e9698c0af7b7e07105449b697309762.tar.gz |
Fix typo
Diffstat (limited to 'tools')
-rw-r--r-- | tools/klee/main.cpp | 4 |
1 files 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 |