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 | 310905c50ebba0e0a704dbd34d946294d083a8fb (patch) | |
tree | 352bfb2255d73a7a127518d258bac6d33cad92aa /include/coff/internal.h | |
parent | dbbc7809e33dda3c759cb81cab8f4d22ab4bbdec (diff) | |
download | gdb-310905c50ebba0e0a704dbd34d946294d083a8fb.zip gdb-310905c50ebba0e0a704dbd34d946294d083a8fb.tar.gz gdb-310905c50ebba0e0a704dbd34d946294d083a8fb.tar.bz2 |
* 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 86c24bd..e89b528 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 |