diff options
author | Tom de Vries <tdevries@suse.de> | 2024-11-23 13:07:38 +0100 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2024-11-23 13:07:38 +0100 |
commit | 2c781c5fcf82741d84cce66d3f86e6a0f4e6269a (patch) | |
tree | ff3d8c8179f9b514830c45a1b07fd883da9b4aac /sim/ppc/interrupts.h | |
parent | 9f43244a41e901027c8ab56f004936042e55d3c0 (diff) | |
download | binutils-2c781c5fcf82741d84cce66d3f86e6a0f4e6269a.zip binutils-2c781c5fcf82741d84cce66d3f86e6a0f4e6269a.tar.gz binutils-2c781c5fcf82741d84cce66d3f86e6a0f4e6269a.tar.bz2 |
[sim] Run spellcheck.sh in sim (part 2)
Run gdb/contrib/spellcheck.sh on directory sim.
Fix these todos:
...
TODO: inbetween -> between, in between, in-between
TODO: behavour -> behavior, behaviour
TODO: firts -> flirts, first
TODO: wich -> which, witch
...
Tested by rebuilding on x86_64-linux.
Reviewed-By: Eli Zaretskii <eliz@gnu.org>
Approved-By: Tom Tromey <tom@tromey.com>
Diffstat (limited to 'sim/ppc/interrupts.h')
-rw-r--r-- | sim/ppc/interrupts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/interrupts.h b/sim/ppc/interrupts.h index 7171129..531f4ff 100644 --- a/sim/ppc/interrupts.h +++ b/sim/ppc/interrupts.h @@ -33,7 +33,7 @@ restart. (or to put it another way, long jump). In looking at the code it may occure to you that, for some interrupts, they could return instead of restarting the cpu (eg system_call). While true - (it once was like that) I've decided to make the behavour of all + (it once was like that) I've decided to make the behavior of all interrupt routines roughly identical. Because, a cpu's recorded state (ie what is in the cpu structure) |