diff options
-rw-r--r-- | lib/Core/Executor.cpp | 2 | ||||
-rw-r--r-- | tools/klee/main.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/Core/Executor.cpp b/lib/Core/Executor.cpp index 7aaaa87c..cb7d2ca9 100644 --- a/lib/Core/Executor.cpp +++ b/lib/Core/Executor.cpp @@ -169,7 +169,7 @@ namespace { cl::opt<bool> AllExternalWarnings("all-external-warnings", cl::init(false), - cl::desc("Issue a warning everytime an external call is made," + cl::desc("Issue a warning everytime an external call is made, " "as opposed to once per function (default=off)"), cl::cat(ExtCallsCat)); diff --git a/tools/klee/main.cpp b/tools/klee/main.cpp index ae71518d..033ff5b1 100644 --- a/tools/klee/main.cpp +++ b/tools/klee/main.cpp @@ -118,9 +118,9 @@ namespace { cl::cat(TestCaseCat)); - /*** Starting options ***/ + /*** Startup options ***/ - cl::OptionCategory StartCat("Starting options", + cl::OptionCategory StartCat("Startup options", "These options affect how execution is started."); cl::opt<std::string> |