diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-07-07 14:04:40 +0000 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-07-07 14:04:40 +0000 |
commit | ae4c026765cfa7cb194490e6e0ba6d8747771fd8 (patch) | |
tree | fb9a836f45493812cd52a7022e62594cfb2bf463 /lldb/tools/lldb-mi/MICmdCmdMiscellanous.cpp | |
parent | 05cbccc649f5108d4b28ebc79495e62f82233000 (diff) | |
download | bcm5719-llvm-ae4c026765cfa7cb194490e6e0ba6d8747771fd8.tar.gz bcm5719-llvm-ae4c026765cfa7cb194490e6e0ba6d8747771fd8.zip |
[lldb-mi] Fix typos
llvm-svn: 241585
Diffstat (limited to 'lldb/tools/lldb-mi/MICmdCmdMiscellanous.cpp')
-rw-r--r-- | lldb/tools/lldb-mi/MICmdCmdMiscellanous.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/tools/lldb-mi/MICmdCmdMiscellanous.cpp b/lldb/tools/lldb-mi/MICmdCmdMiscellanous.cpp index 37cae404ad7..3abc7c488d8 100644 --- a/lldb/tools/lldb-mi/MICmdCmdMiscellanous.cpp +++ b/lldb/tools/lldb-mi/MICmdCmdMiscellanous.cpp @@ -184,7 +184,7 @@ CMICmdCmdListThreadGroups::ParseArgs(void) //++ ------------------------------------------------------------------------------------ // Details: The invoker requires this function. The command does work in this function. // The command is likely to communicate with the LLDB SBDebugger in here. -// Synopis: -list-thread-groups [ --available ] [ --recurse 1 ] [ group ... ] +// Synopsis: -list-thread-groups [ --available ] [ --recurse 1 ] [ group ... ] // This command does not follow the MI documentation exactly. Has an extra // argument "i1" to handle. // Ref: |