diff options
author | Jeff Law <law@redhat.com> | 2000-03-15 21:29:17 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2000-03-15 21:29:17 +0000 |
commit | 6bc4ac717b435a6dc491ffc6f942dfd84c59232a (patch) | |
tree | 115eedfae087872c087f9a19afb33aaf0b9346e8 /include/coff/internal.h | |
parent | 427cf50a1ad9e4f51902794fe66fa68b6edc6a24 (diff) | |
download | cygnal-6bc4ac717b435a6dc491ffc6f942dfd84c59232a.tar.gz cygnal-6bc4ac717b435a6dc491ffc6f942dfd84c59232a.tar.bz2 cygnal-6bc4ac717b435a6dc491ffc6f942dfd84c59232a.zip |
* internal.h: Fix a typo in the comment for R_MOVL2.
Diffstat (limited to 'include/coff/internal.h')
-rw-r--r-- | include/coff/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/coff/internal.h b/include/coff/internal.h index 86c24bd90..e89b52875 100644 --- a/include/coff/internal.h +++ b/include/coff/internal.h @@ -671,7 +671,7 @@ struct internal_reloc #define R_MOVL1 0x4c /* This reloc identifies mov.[wl] insns which formerlly had - a 32/24bit absolute address and how have a 16bit absolute address. */ + a 32/24bit absolute address and now have a 16bit absolute address. */ #define R_MOVL2 0x4d /* This reloc identifies a bCC:8 which will have it's condition |