From 77600162b089374eb99179dbb9638ce4b1b45c70 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Mon, 4 Mar 2019 16:52:59 +0000 Subject: Renamed "Starting options" to "Startup options" and added a missing space in a help message. --- lib/Core/Executor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Core/Executor.cpp') 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 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)); -- cgit 1.4.1