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 /gdb/target.h | |
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 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/target.h b/gdb/target.h index dcf68a6..6da58c7 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -134,7 +134,7 @@ enum inferior_event_type INF_EXEC_COMPLETE, }; -/* Target objects which can be transfered using target_read, +/* Target objects which can be transferred using target_read, target_write, et cetera. */ enum target_object @@ -156,7 +156,7 @@ enum target_object TARGET_OBJECT_CODE_MEMORY, /* Kernel Unwind Table. See "ia64-tdep.c". */ TARGET_OBJECT_UNWIND_TABLE, - /* Transfer auxilliary vector. */ + /* Transfer auxiliary vector. */ TARGET_OBJECT_AUXV, /* StackGhost cookie. See "sparc-tdep.c". */ TARGET_OBJECT_WCOOKIE, @@ -177,7 +177,7 @@ enum target_object /* Currently loaded libraries specific to AIX systems, in XML format. */ TARGET_OBJECT_LIBRARIES_AIX, /* Get OS specific data. The ANNEX specifies the type (running - processes, etc.). The data being transfered is expected to follow + processes, etc.). The data being transferred is expected to follow the DTD specified in features/osdata.dtd. */ TARGET_OBJECT_OSDATA, /* Extra signal info. Usually the contents of `siginfo_t' on unix @@ -821,7 +821,7 @@ struct target_ops transferring if desired. This is handled in target.c. The interface does not support a "retry" mechanism. Instead it - assumes that at least one addressable unit will be transfered on each + assumes that at least one addressable unit will be transferred on each successful call. NOTE: cagney/2003-10-17: The current interface can lead to |