aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/CommandInterpreter.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/Interpreter/CommandInterpreter.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/Interpreter/CommandInterpreter.cpp')
-rw-r--r--lldb/source/Interpreter/CommandInterpreter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/CommandInterpreter.cpp b/lldb/source/Interpreter/CommandInterpreter.cpp
index b93f47a..acd592c 100644
--- a/lldb/source/Interpreter/CommandInterpreter.cpp
+++ b/lldb/source/Interpreter/CommandInterpreter.cpp
@@ -797,7 +797,7 @@ void CommandInterpreter::LoadCommandDictionary() {
new CommandObjectRegexCommand(
*this, "gdb-remote",
"Connect to a process via remote GDB server.\n"
- "If no host is specifed, localhost is assumed.\n"
+ "If no host is specified, localhost is assumed.\n"
"gdb-remote is an abbreviation for 'process connect --plugin "
"gdb-remote connect://<hostname>:<port>'\n",
"gdb-remote [<hostname>:]<portnum>", 0, false));