summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/Args.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-01-08 20:28:42 +0000
committerGreg Clayton <gclayton@apple.com>2011-01-08 20:28:42 +0000
commit710dd5aebf64c790a03f2e6f0cc4438e8a00fbd4 (patch)
tree6130c80cdc395a1275d817de3d8767e45eba446d /lldb/source/Interpreter/Args.cpp
parent9dbbc49f7437113863b8ce06ee7a1235279de3bf (diff)
downloadbcm5719-llvm-710dd5aebf64c790a03f2e6f0cc4438e8a00fbd4.tar.gz
bcm5719-llvm-710dd5aebf64c790a03f2e6f0cc4438e8a00fbd4.zip
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
Thanks Bruce! llvm-svn: 123083
Diffstat (limited to 'lldb/source/Interpreter/Args.cpp')
-rw-r--r--lldb/source/Interpreter/Args.cpp4
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
OpenPOWER on IntegriCloud