diff options
Diffstat (limited to 'gas/config/tc-h8300.h')
-rw-r--r-- | gas/config/tc-h8300.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-h8300.h b/gas/config/tc-h8300.h index 4b2808e..b99d1db 100644 --- a/gas/config/tc-h8300.h +++ b/gas/config/tc-h8300.h @@ -41,7 +41,7 @@ struct internal_reloc; #define WORKING_DOT_WORD -/* This macro translates between an internal fix and an coff reloc type */ +/* This macro translates between an internal fix and a coff reloc type. */ #define TC_COFF_FIX2RTYPE(fixP) abort (); #define BFD_ARCH bfd_arch_h8300 |