diff options
author | Tom de Vries <tdevries@suse.de> | 2024-09-03 17:30:37 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2024-09-03 17:30:37 +0200 |
commit | bbc8c5a1d1ca379bb7e9919dac678ccd48fc1c69 (patch) | |
tree | 2fc811a6521abc21226bc81d24e3897901c26222 /gdb/stubs | |
parent | a6ecb18b796b2a7342ab72d14c6bd440b718030f (diff) | |
download | binutils-bbc8c5a1d1ca379bb7e9919dac678ccd48fc1c69.zip binutils-bbc8c5a1d1ca379bb7e9919dac678ccd48fc1c69.tar.gz binutils-bbc8c5a1d1ca379bb7e9919dac678ccd48fc1c69.tar.bz2 |
[gdb] Fix typos
Fix a few typos.
unconditionaly -> unconditionally
gratuitiously -> gratuitously
configureable -> configurable
represention -> representation
distiguished -> distinguished
breakpointer -> breakpoint
asssignments -> assignments
architectual -> architectural
compatibity -> compatibility
adjustement -> adjustment
unexcepted -> unexpected
propogated -> propagated
consistant -> consistent
succeding -> succeeding
higlight -> highlight
detachs -> detach
Tested by rebuilding on x86_64-linux.
Approved-By: Simon Marchi <simon.marchi@efficios.com>
Diffstat (limited to 'gdb/stubs')
-rw-r--r-- | gdb/stubs/m32r-stub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/stubs/m32r-stub.c b/gdb/stubs/m32r-stub.c index 1f55f85..8ac71f1 100644 --- a/gdb/stubs/m32r-stub.c +++ b/gdb/stubs/m32r-stub.c @@ -409,7 +409,7 @@ handle_exception (int exceptionVector) hex2mem (ptr, (unsigned char *) ®isters[regno], 4, 0); /* * Since we just changed a single CPU register, let's - * make sure to keep the several stack pointers consistant. + * make sure to keep the several stack pointers consistent. */ stackmode = registers[PSW] & 0x80; if (regno == R15) /* stack pointer changed */ |