diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 2001-08-24 00:20:01 +0000 |
---|---|---|
committer | Joern Rennecke <joern.rennecke@embecosm.com> | 2001-08-24 00:20:01 +0000 |
commit | 56d5caaa850a9d80f3ced38169cc96dce59f4fea (patch) | |
tree | 6541a2a02e4628a047b7ac669053c9e83f2a6f95 /include/coff/internal.h | |
parent | e039969bb5aa2073020c3e4b59652d04109297b3 (diff) | |
download | cygnal-56d5caaa850a9d80f3ced38169cc96dce59f4fea.tar.gz cygnal-56d5caaa850a9d80f3ced38169cc96dce59f4fea.tar.bz2 cygnal-56d5caaa850a9d80f3ced38169cc96dce59f4fea.zip |
* internal.h (R_JMP2, R_JMPL2, R_MOVL2): Comment spelling fix.
Diffstat (limited to 'include/coff/internal.h')
-rw-r--r-- | include/coff/internal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/coff/internal.h b/include/coff/internal.h index bc62b06f9..4babbd4de 100644 --- a/include/coff/internal.h +++ b/include/coff/internal.h @@ -639,7 +639,7 @@ struct internal_reloc #define R_JMP1 0x43 /* This reloc identifies a bra with an 8-bit pc-relative - target that was formerlly a jmp insn with a 16bit target. */ + target that was formerly a jmp insn with a 16bit target. */ #define R_JMP2 0x44 /* ??? */ @@ -651,7 +651,7 @@ struct internal_reloc #define R_JMPL1 0x46 /* This reloc identifies a bra with an 8-bit pc-relative - target that was formerlly a jmp insn with a 24bit target. */ + target that was formerly a jmp insn with a 24bit target. */ #define R_JMPL2 0x47 /* This reloc identifies mov.b instructions with a 24bit absolute @@ -679,7 +679,7 @@ struct internal_reloc insn with a 16bit absolute address. */ #define R_MOVL1 0x4c -/* This reloc identifies mov.[wl] insns which formerlly had +/* This reloc identifies mov.[wl] insns which formerly had a 32/24bit absolute address and now have a 16bit absolute address. */ #define R_MOVL2 0x4d |