llvmbot wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: Max Desiatov (MaxDesiatov)

<details>
<summary>Changes</summary>

`structured-data ommand` -&gt; `structured-data command`

---
Full diff: https://github.com/llvm/llvm-project/pull/162637.diff


1 Files Affected:

- (modified) lldb/source/Target/StructuredDataPlugin.cpp (+1-1) 


``````````diff
diff --git a/lldb/source/Target/StructuredDataPlugin.cpp 
b/lldb/source/Target/StructuredDataPlugin.cpp
index 8e3ceb094b361..8ce7f9f391d7b 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));
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/162637
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to