diff options
author | Yuri Chornovian <yurchor@ukr.net> | 2017-07-18 16:58:14 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-07-18 16:58:14 +0100 |
commit | de194d8575765da6c7905d09b8675c59fad035e9 (patch) | |
tree | b5d104395b4fb836d6b3a7687faa48d6a2544210 /include/mach-o | |
parent | c5ed057625f886b14d9def3fa7488fd8bbbf7dd3 (diff) | |
download | gdb-de194d8575765da6c7905d09b8675c59fad035e9.zip gdb-de194d8575765da6c7905d09b8675c59fad035e9.tar.gz gdb-de194d8575765da6c7905d09b8675c59fad035e9.tar.bz2 |
Fix spelling typos.
Diffstat (limited to 'include/mach-o')
-rw-r--r-- | include/mach-o/arm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mach-o/arm.h b/include/mach-o/arm.h index a2f2962..fd118a8 100644 --- a/include/mach-o/arm.h +++ b/include/mach-o/arm.h @@ -24,7 +24,7 @@ /* ARM relocations. */ #define BFD_MACH_O_ARM_RELOC_VANILLA 0 /* Generic relocation. */ #define BFD_MACH_O_ARM_RELOC_PAIR 1 /* Second entry in a pair. */ -#define BFD_MACH_O_ARM_RELOC_SECTDIFF 2 /* Substract with a PAIR. */ +#define BFD_MACH_O_ARM_RELOC_SECTDIFF 2 /* Subtract with a PAIR. */ #define BFD_MACH_O_ARM_RELOC_LOCAL_SECTDIFF 3 /* Like above, but local ref. */ #define BFD_MACH_O_ARM_RELOC_PB_LA_PTR 4 /* Prebound lazy pointer. */ #define BFD_MACH_O_ARM_RELOC_BR24 5 /* 24bit branch. */ |