diff options
Diffstat (limited to 'gas/config/tc-z8k.h')
-rw-r--r-- | gas/config/tc-z8k.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-z8k.h b/gas/config/tc-z8k.h index d1899e1..7e2cdb2 100644 --- a/gas/config/tc-z8k.h +++ b/gas/config/tc-z8k.h @@ -33,7 +33,7 @@ struct internal_reloc; #define LOCAL_LABEL(x) 0 #endif -/* 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_z8k |