diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-09-21 01:04:49 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-09-21 01:04:49 +0000 |
commit | a3234732a060090a6d608337247c21491422f2e5 (patch) | |
tree | 9ee4705f1ae0ff5a991350323a11f8682680f58b /lldb/source/Interpreter | |
parent | 184d7a727e247b899fdc210e83792e94edd9c16a (diff) | |
download | bcm5719-llvm-a3234732a060090a6d608337247c21491422f2e5.tar.gz bcm5719-llvm-a3234732a060090a6d608337247c21491422f2e5.zip |
Fix comment typo.
llvm-svn: 140222
Diffstat (limited to 'lldb/source/Interpreter')
-rw-r--r-- | lldb/source/Interpreter/CommandObject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/CommandObject.cpp b/lldb/source/Interpreter/CommandObject.cpp index 0bf42799015..eb1c9218492 100644 --- a/lldb/source/Interpreter/CommandObject.cpp +++ b/lldb/source/Interpreter/CommandObject.cpp @@ -757,7 +757,7 @@ CommandObject::AddIDsArgumentData(CommandArgumentEntry &arg) id_range_arg.arg_type = eArgTypeBreakpointIDRange; id_range_arg.arg_repetition = eArgRepeatOptional; - // The first (and only) argument for this command could be either a id or a id_range. + // The first (and only) argument for this command could be either an id or an id_range. // Push both variants into the entry for the first argument for this command. arg.push_back(id_arg); arg.push_back(id_range_arg); |