aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2025-04-03 08:33:58 -0600
committerTom Tromey <tromey@adacore.com>2025-04-03 10:56:32 -0600
commit973c575967442da470ad56efbfb897753f0de68e (patch)
treed6c08a13b58fab17b6dec93da4beabf4af102b2d /gdb/utils.c
parent2d458da9a8e1927275589c308ae19eae577d2b3c (diff)
downloadbinutils-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.c2
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. */