Skip to content

Commit cef9ed5

Browse files
authored
[lldb] Fix typo in tagged-pointer syntax string (NFC) (#137069)
1 parent ff6a23d commit cef9ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,7 @@ class CommandObjectMultiwordObjC_TaggedPointer : public CommandObjectMultiword {
11121112
: CommandObjectMultiword(
11131113
interpreter, "tagged-pointer",
11141114
"Commands for operating on Objective-C tagged pointers.",
1115-
"class-table <subcommand> [<subcommand-options>]") {
1115+
"tagged-pointer <subcommand> [<subcommand-options>]") {
11161116
LoadSubCommand(
11171117
"info",
11181118
CommandObjectSP(

0 commit comments

Comments
 (0)