[Lldb-commits] [lldb] 722a2fb - [lldb] Fix 'frame diagnose' docstring typo

Dave Lee via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 14 08:32:39 PDT 2021


Author: Dave Lee
Date: 2021-10-14T08:32:20-07:00
New Revision: 722a2fb7f9a3f7deea81276213c6a2a48a0827cd

URL: https://github.com/llvm/llvm-project/commit/722a2fb7f9a3f7deea81276213c6a2a48a0827cd
DIFF: https://github.com/llvm/llvm-project/commit/722a2fb7f9a3f7deea81276213c6a2a48a0827cd.diff

LOG: [lldb] Fix 'frame diagnose' docstring typo

Added: 
    

Modified: 
    lldb/source/Commands/CommandObjectFrame.cpp

Removed: 
    


################################################################################
diff  --git a/lldb/source/Commands/CommandObjectFrame.cpp b/lldb/source/Commands/CommandObjectFrame.cpp
index 1fd36e65ae151..9e5d79ce6257a 100644
--- a/lldb/source/Commands/CommandObjectFrame.cpp
+++ b/lldb/source/Commands/CommandObjectFrame.cpp
@@ -105,7 +105,7 @@ class CommandObjectFrameDiagnose : public CommandObjectParsed {
 
   CommandObjectFrameDiagnose(CommandInterpreter &interpreter)
       : CommandObjectParsed(interpreter, "frame diagnose",
-                            "Try to determine what path path the current stop "
+                            "Try to determine what path the current stop "
                             "location used to get to a register or address",
                             nullptr,
                             eCommandRequiresThread | eCommandTryTargetAPILock |


        


More information about the lldb-commits mailing list