diff options
Diffstat (limited to 'lldb/source/Target/StructuredDataPlugin.cpp')
-rw-r--r-- | lldb/source/Target/StructuredDataPlugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Target/StructuredDataPlugin.cpp b/lldb/source/Target/StructuredDataPlugin.cpp index 8e3ceb0..8ce7f9f 100644 --- a/lldb/source/Target/StructuredDataPlugin.cpp +++ b/lldb/source/Target/StructuredDataPlugin.cpp @@ -52,7 +52,7 @@ void StructuredDataPlugin::InitializeBasePluginForDebugger(Debugger &debugger) { if (!parent_command) return; - // Create the structured-data ommand object. + // Create the structured-data command object. auto command_name = "structured-data"; auto command_sp = CommandObjectSP(new CommandStructuredData(interpreter)); |