diff options
author | Tom de Vries <tdevries@suse.de> | 2024-10-06 07:59:48 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2024-10-06 07:59:48 +0200 |
commit | dda9cf662b00b13869b14b3d026df3cafc9e6aea (patch) | |
tree | 1ad33dfeb4cea3ca286395e391f9e322f6fde98c /gdb/ui.c | |
parent | 8f6606b6e3b568f6bbd3e2f0936eefb489e82a15 (diff) | |
download | binutils-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |