diff options
Diffstat (limited to 'lldb/source/Interpreter/Args.cpp')
-rw-r--r-- | lldb/source/Interpreter/Args.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Interpreter/Args.cpp b/lldb/source/Interpreter/Args.cpp index 62276585ac9..e0c04f467c9 100644 --- a/lldb/source/Interpreter/Args.cpp +++ b/lldb/source/Interpreter/Args.cpp @@ -145,7 +145,7 @@ Args::SetCommandString (const char *command) if (*arg_start == '\0') break; - // Arguments can be split into multiple discongituous pieces, + // Arguments can be split into multiple discontiguous pieces, // for example: // "Hello ""World" // this would result in a single argument "Hello World" (without/ @@ -228,7 +228,7 @@ Args::SetCommandString (const char *command) else { // We found the start of a quote scope. - // Make sure there isn't a string that predeces + // Make sure there isn't a string that precedes // the start of a quote scope like: // Hello" World" // If so, then add the "Hello" to the arg |