aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectFrame.cpp
diff options
context:
space:
mode:
authorRyan Mansfield <ryan_mansfield@apple.com>2024-09-24 19:48:27 -0400
committerGitHub <noreply@github.com>2024-09-24 16:48:27 -0700
commit4494c54326fe33d19c14df851188f867b14ded2a (patch)
tree0de7ba518bd1f9f9518888b746ee4be30020596f /lldb/source/Commands/CommandObjectFrame.cpp
parent3cfd0c0d36975504099034ce11f4df07c5a7eba7 (diff)
downloadllvm-4494c54326fe33d19c14df851188f867b14ded2a.zip
llvm-4494c54326fe33d19c14df851188f867b14ded2a.tar.gz
llvm-4494c54326fe33d19c14df851188f867b14ded2a.tar.bz2
[lldb] Fix typos in various help messages. (#109851)
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 142f969..e220329 100644
--- a/lldb/source/Commands/CommandObjectFrame.cpp
+++ b/lldb/source/Commands/CommandObjectFrame.cpp
@@ -1223,7 +1223,7 @@ CommandObjectMultiwordFrame::CommandObjectMultiwordFrame(
CommandInterpreter &interpreter)
: CommandObjectMultiword(interpreter, "frame",
"Commands for selecting and "
- "examing the current "
+ "examining the current "
"thread's stack frames.",
"frame <subcommand> [<subcommand-options>]") {
LoadSubCommand("diagnose",