aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectFrame.cpp
diff options
context:
space:
mode:
authorDave Lee <davelee.com@gmail.com>2021-10-05 11:10:45 -0700
committerDave Lee <davelee.com@gmail.com>2021-10-14 08:32:20 -0700
commit722a2fb7f9a3f7deea81276213c6a2a48a0827cd (patch)
tree169bebb5d3768341aab9419235e9eacf45efa843 /lldb/source/Commands/CommandObjectFrame.cpp
parent82dd977bafa8ff6e0e0efa16cafcfd7d1d9249ba (diff)
downloadllvm-722a2fb7f9a3f7deea81276213c6a2a48a0827cd.zip
llvm-722a2fb7f9a3f7deea81276213c6a2a48a0827cd.tar.gz
llvm-722a2fb7f9a3f7deea81276213c6a2a48a0827cd.tar.bz2
[lldb] Fix 'frame diagnose' docstring typo
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectFrame.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectFrame.cpp b/lldb/source/Commands/CommandObjectFrame.cpp
index 1fd36e6..9e5d79c 100644
--- a/lldb/source/Commands/CommandObjectFrame.cpp
+++ b/lldb/source/Commands/CommandObjectFrame.cpp
@@ -105,7 +105,7 @@ public:
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 |