diff options
author | Tom Tromey <tromey@adacore.com> | 2025-04-03 08:33:58 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2025-04-03 10:56:32 -0600 |
commit | 973c575967442da470ad56efbfb897753f0de68e (patch) | |
tree | d6c08a13b58fab17b6dec93da4beabf4af102b2d /gdb/utils.c | |
parent | 2d458da9a8e1927275589c308ae19eae577d2b3c (diff) | |
download | binutils-973c575967442da470ad56efbfb897753f0de68e.zip binutils-973c575967442da470ad56efbfb897753f0de68e.tar.gz binutils-973c575967442da470ad56efbfb897753f0de68e.tar.bz2 |
Many minor typo fixes
I ran codespell on gdb/*.[chyl] and fixed a bunch of simple typos.
Most of what remains is trickier, i.e., spots where a somewhat natural
name of something in the code is flagged as a typo.
Reviewed-By: Tom de Vries <tdevries@suse.de>
Diffstat (limited to 'gdb/utils.c')
-rw-r--r-- | gdb/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/utils.c b/gdb/utils.c index ee7cf4d..2244b90 100644 --- a/gdb/utils.c +++ b/gdb/utils.c @@ -382,7 +382,7 @@ internal_vproblem (struct internal_problem *problem, #endif /* Create a string containing the full error/warning message. Need - to call query with this full string, as otherwize the reason + to call query with this full string, as otherwise the reason (error/warning) and question become separated. Format using a style similar to a compiler error message. Include extra detail so that the user knows that they are living on the edge. */ |