Skip to content

Commit 64716ca

Browse files
MaxDesiatovclingfei
authored andcommitted
Fix comment typo in StructuredDataPlugin.cpp (llvm#162637)
`structured-data ommand` -> `structured-data command`
1 parent 01a74a1 commit 64716ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Target/StructuredDataPlugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ void StructuredDataPlugin::InitializeBasePluginForDebugger(Debugger &debugger) {
5252
if (!parent_command)
5353
return;
5454

55-
// Create the structured-data ommand object.
55+
// Create the structured-data command object.
5656
auto command_name = "structured-data";
5757
auto command_sp = CommandObjectSP(new CommandStructuredData(interpreter));
5858

0 commit comments

Comments
 (0)