mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 04:24:43 +00:00
[gdbsupport] Fix typo in common-inferior.h
Fix the following typo: ... $ codespell --config gdbsupport/setup.cfg gdbsupport/ gdbsupport/common-inferior.h:57: elemets ==> elements ...
This commit is contained in:
@@ -54,7 +54,7 @@ extern bool startup_with_shell;
|
||||
|
||||
/* Combine elements of ARGV into a single string, placing a single
|
||||
whitespace character between each element. When ESCAPE_SHELL_CHAR is
|
||||
true then any special shell characters in elemets of ARGV will be
|
||||
true then any special shell characters in elements of ARGV will be
|
||||
escaped. When ESCAPE_SHELL_CHAR is false only the characters that GDB
|
||||
sees as special (quotes and whitespace) are escaped. */
|
||||
extern std::string
|
||||
|
||||
Reference in New Issue
Block a user