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 | 8f6606b6e3b568f6bbd3e2f0936eefb489e82a15 (patch) | |
tree | 17cbe5f6ae7a58b9ae24ab6c2727ca68477ef2b2 /gdbsupport | |
parent | 67eca1ccc1ad5237403dc151eb91f5e506dea0c4 (diff) | |
download | gdb-8f6606b6e3b568f6bbd3e2f0936eefb489e82a15.zip gdb-8f6606b6e3b568f6bbd3e2f0936eefb489e82a15.tar.gz gdb-8f6606b6e3b568f6bbd3e2f0936eefb489e82a15.tar.bz2 |
[gdb] Fix common misspellings
Fix the following common misspellings:
...
accidently -> accidentally
additonal -> additional
addresing -> addressing
adress -> address
agaisnt -> against
albiet -> albeit
arbitary -> arbitrary
artifical -> artificial
auxillary -> auxiliary
auxilliary -> auxiliary
bcak -> back
begining -> beginning
cannonical -> canonical
compatiblity -> compatibility
completetion -> completion
diferent -> different
emited -> emitted
emiting -> emitting
emmitted -> emitted
everytime -> every time
excercise -> exercise
existance -> existence
fucntion -> function
funtion -> function
guarentee -> guarantee
htis -> this
immediatly -> immediately
layed -> laid
noone -> no one
occurances -> occurrences
occured -> occurred
originaly -> originally
preceeded -> preceded
preceeds -> precedes
propogate -> propagate
publically -> publicly
refering -> referring
substract -> subtract
substracting -> subtracting
substraction -> subtraction
taht -> that
targetting -> targeting
teh -> the
thier -> their
thru -> through
transfered -> transferred
transfering -> transferring
upto -> up to
vincinity -> vicinity
whcih -> which
whereever -> wherever
wierd -> weird
withing -> within
writen -> written
wtih -> with
doesnt -> doesn't
...
Tested on x86_64-linux.
Diffstat (limited to 'gdbsupport')
-rw-r--r-- | gdbsupport/gdb_signals.h | 4 | ||||
-rw-r--r-- | gdbsupport/offset-type.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gdbsupport/gdb_signals.h b/gdbsupport/gdb_signals.h index 7a71f0d..305290e 100644 --- a/gdbsupport/gdb_signals.h +++ b/gdbsupport/gdb_signals.h @@ -35,9 +35,9 @@ extern int gdb_signal_to_host_p (enum gdb_signal signo); gdb_signal_to_host() returns 0 and prints a warning() on GDB's console if SIGNO has no equivalent host representation. */ /* FIXME: cagney/1999-11-22: Here ``host'' is used incorrectly, it is - refering to the target operating system's signal numbering. + referring to the target operating system's signal numbering. Similarly, ``enum gdb_signal'' is named incorrectly, ``enum - gdb_signal'' would probably be better as it is refering to GDB's + gdb_signal'' would probably be better as it is referring to GDB's internal representation of a target operating system's signal. */ extern enum gdb_signal gdb_signal_from_host (int); extern int gdb_signal_to_host (enum gdb_signal); diff --git a/gdbsupport/offset-type.h b/gdbsupport/offset-type.h index 256703c..b49310f 100644 --- a/gdbsupport/offset-type.h +++ b/gdbsupport/offset-type.h @@ -33,7 +33,7 @@ - You can compare offsets of the same type for equality and order. You can't compare an offset with an unrelated type. - - You can add/substract an integer to/from an offset, which gives + - You can add/subtract an integer to/from an offset, which gives you back a shifted offset. - You can subtract two offsets of the same type, which gives you |