diff options
author | Tom de Vries <tdevries@suse.de> | 2023-06-05 12:53:15 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2023-06-05 12:53:15 +0200 |
commit | 3bfdcabbc20d56ce25629b464262928a4f90c042 (patch) | |
tree | 46168190d7986e51b84abb4e1c7ab2a7c6b99200 /gdb/gdbarch_components.py | |
parent | fc998e4cb708899b5f75d8d4d2b79ed162437c41 (diff) | |
download | binutils-3bfdcabbc20d56ce25629b464262928a4f90c042.zip binutils-3bfdcabbc20d56ce25629b464262928a4f90c042.tar.gz binutils-3bfdcabbc20d56ce25629b464262928a4f90c042.tar.bz2 |
[gdb] Fix more typos
Fix some more typos:
- distinquish -> distinguish
- actualy -> actually
- singe -> single
- frash -> frame
- chid -> child
- dissassembler -> disassembler
- uninitalized -> uninitialized
- precontidion -> precondition
- regsiters -> registers
- marge -> merge
- sate -> state
- garanteed -> guaranteed
- explictly -> explicitly
- prefices (nonstandard plural) -> prefixes
- bondary -> boundary
- formated -> formatted
- ithe -> the
- arrav -> array
- coresponding -> corresponding
- owend -> owned
- fials -> fails
- diasm -> disasm
- ture -> true
- tpye -> type
There's one code change, the name of macro SIG_CODE_BONDARY_FAULT changed to
SIG_CODE_BOUNDARY_FAULT.
Tested on x86_64-linux.
Diffstat (limited to 'gdb/gdbarch_components.py')
-rw-r--r-- | gdb/gdbarch_components.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbarch_components.py b/gdb/gdbarch_components.py index 07010b1..ef4a7e6 100644 --- a/gdb/gdbarch_components.py +++ b/gdb/gdbarch_components.py @@ -902,7 +902,7 @@ May return 0 when unable to determine that address.""", ) -# The DWARF info currently does not distinquish between IEEE 128-bit floating +# The DWARF info currently does not distinguish between IEEE 128-bit floating # point values and the IBM 128-bit floating point format. GCC has an internal # hack to identify the IEEE 128-bit floating point value. The long double is a # defined base type in C. The GCC hack uses a typedef for long double to |