aboutsummaryrefslogtreecommitdiff
path: root/gdb/ui.c
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2024-10-06 07:59:48 +0200
committerTom de Vries <tdevries@suse.de>2024-10-06 07:59:48 +0200
commitdda9cf662b00b13869b14b3d026df3cafc9e6aea (patch)
tree1ad33dfeb4cea3ca286395e391f9e322f6fde98c /gdb/ui.c
parent8f6606b6e3b568f6bbd3e2f0936eefb489e82a15 (diff)
downloadbinutils-dda9cf662b00b13869b14b3d026df3cafc9e6aea.zip
binutils-dda9cf662b00b13869b14b3d026df3cafc9e6aea.tar.gz
binutils-dda9cf662b00b13869b14b3d026df3cafc9e6aea.tar.bz2
[gdb] Fix more common misspellings
Fix the following common misspellings: ... addres -> address, adders behavour -> behavior, behaviour intented -> intended, indented ther -> there, their, the throught -> thought, through, throughout ... Tested on x86_64-linux.
Diffstat (limited to 'gdb/ui.c')
-rw-r--r--gdb/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ui.c b/gdb/ui.c
index e5c7965..88a3a14 100644
--- a/gdb/ui.c
+++ b/gdb/ui.c
@@ -106,7 +106,7 @@ ui::input_interactive_p () const
/* When there is an event ready on the stdin file descriptor, instead
- of calling readline directly throught the callback function, or
+ of calling readline directly through the callback function, or
instead of calling gdb_readline_no_editing_callback, give gdb a
chance to detect errors and do something. */