about summary refs log tree commit diff homepage
path: root/lib/Core/Executor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Core/Executor.cpp')
-rw-r--r--lib/Core/Executor.cpp2
1 files changed, 1 insertions, 1 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));