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/bfin-tdep.c | |
parent | a6ecb18b796b2a7342ab72d14c6bd440b718030f (diff) | |
download | gdb-bbc8c5a1d1ca379bb7e9919dac678ccd48fc1c69.zip gdb-bbc8c5a1d1ca379bb7e9919dac678ccd48fc1c69.tar.gz gdb-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/bfin-tdep.c')
-rw-r--r-- | gdb/bfin-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/bfin-tdep.c b/gdb/bfin-tdep.c index b89b7df..1fa7a66 100644 --- a/gdb/bfin-tdep.c +++ b/gdb/bfin-tdep.c @@ -465,7 +465,7 @@ bfin_skip_prologue (struct gdbarch *gdbarch, CORE_ADDR pc) /* TODO: Dwarf2 uses entry point value AFTER some register initializations. - We should perhaps skip such asssignments as well (R6 = R1, ...). */ + We should perhaps skip such assignments as well (R6 = R1, ...). */ return pc; } |