mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 04:24:43 +00:00
gdb, gdbserver: fix typos
Found by the codespell pre-commit hook. Change-Id: Iafadd9485ce334c069dc8dbdab88ac3fb5fba674
This commit is contained in:
@@ -3869,7 +3869,7 @@ gdbserver_usage (FILE *stream)
|
||||
" --startup-with-shell\n"
|
||||
" Start PROG using a shell. I.e., execs a shell that\n"
|
||||
" then execs PROG. (default)\n"
|
||||
" To make use of globbing and variable subsitution for\n"
|
||||
" To make use of globbing and variable substitution for\n"
|
||||
" arguments passed directly on gdbserver invocation,\n"
|
||||
" see the --no-escape-args command line option in\n"
|
||||
" addition\n"
|
||||
@@ -3881,7 +3881,7 @@ gdbserver_usage (FILE *stream)
|
||||
" ARGS passed directly on gdbserver invocation are\n"
|
||||
" escaped, so no globbing or variable substitution\n"
|
||||
" happens for those. This option disables escaping, so\n"
|
||||
" globbing and variable substituation in the shell\n"
|
||||
" globbing and variable substitution in the shell\n"
|
||||
" are done for ARGS on UNIX-like systems.\n"
|
||||
"\n"
|
||||
"Debug options:\n"
|
||||
|
||||
Reference in New Issue
Block a user