summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectWatchpoint.cpp
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2015-10-07 10:11:10 +0000
committerBruce Mitchener <bruce.mitchener@gmail.com>2015-10-07 10:11:10 +0000
commit4d31a482bb90969a9f8ef12f3a7b00dd5b4f64ac (patch)
tree2ca296efacda1504424593384ff26c930f24c164 /lldb/source/Commands/CommandObjectWatchpoint.cpp
parentdadb58b466123aef94cf58a534cbc82affebea04 (diff)
downloadbcm5719-llvm-4d31a482bb90969a9f8ef12f3a7b00dd5b4f64ac.tar.gz
bcm5719-llvm-4d31a482bb90969a9f8ef12f3a7b00dd5b4f64ac.zip
Fix minor typos in comments.
llvm-svn: 249533
Diffstat (limited to 'lldb/source/Commands/CommandObjectWatchpoint.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectWatchpoint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectWatchpoint.cpp b/lldb/source/Commands/CommandObjectWatchpoint.cpp
index 7678be65f48..9e46f814b0f 100644
--- a/lldb/source/Commands/CommandObjectWatchpoint.cpp
+++ b/lldb/source/Commands/CommandObjectWatchpoint.cpp
@@ -104,7 +104,7 @@ CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(Target *target, Args &args
std::pair<llvm::StringRef, llvm::StringRef> Pair;
size_t i;
int32_t idx;
- // Go through the argments and make a canonical form of arg list containing
+ // Go through the arguments and make a canonical form of arg list containing
// only numbers with possible "-" in between.
for (i = 0; i < args.GetArgumentCount(); ++i) {
llvm::StringRef Arg(args.GetArgumentAtIndex(i));
OpenPOWER on IntegriCloud