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 /tools | |
parent | e211c407bcf1631c448800cb49044b2f48bee638 (diff) | |
parent | 3cdd94940e9698c0af7b7e07105449b697309762 (diff) | |
download | klee-3b7d65e17e558e0fa638ff6ab00d97e1c2c58c53.tar.gz |
Merge pull request #10 from MartinNowack/Typos
Fixed typos.
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 |