[Lldb-commits] [lldb] 825de78 - Fix comment typo in `StructuredDataPlugin.cpp` (#162637)

via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 9 04:53:36 PDT 2025


Author: Max Desiatov
Date: 2025-10-09T11:53:32Z
New Revision: 825de7804fa6dcf374e3565de3251a27903e703d

URL: https://github.com/llvm/llvm-project/commit/825de7804fa6dcf374e3565de3251a27903e703d
DIFF: https://github.com/llvm/llvm-project/commit/825de7804fa6dcf374e3565de3251a27903e703d.diff

LOG: Fix comment typo in `StructuredDataPlugin.cpp` (#162637)

`structured-data ommand` -> `structured-data command`

Added: 
    

Modified: 
    lldb/source/Target/StructuredDataPlugin.cpp

Removed: 
    


################################################################################
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));
 


        


More information about the lldb-commits mailing list