We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
StructuredDataPlugin.cpp
1 parent f8dd127 commit 825de78Copy full SHA for 825de78
lldb/source/Target/StructuredDataPlugin.cpp
@@ -52,7 +52,7 @@ void StructuredDataPlugin::InitializeBasePluginForDebugger(Debugger &debugger) {
52
if (!parent_command)
53
return;
54
55
- // Create the structured-data ommand object.
+ // Create the structured-data command object.
56
auto command_name = "structured-data";
57
auto command_sp = CommandObjectSP(new CommandStructuredData(interpreter));
58
0 commit comments