diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2002-12-17 01:13:56 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2002-12-17 01:13:56 +0000 |
commit | 088db7004854f1dab9a7fbc5f5d2ea8311ceba0f (patch) | |
tree | 7438c9da9ee23493bb88345fac0e9029d2e30bdb /gas/config/tc-tic80.h | |
parent | f74eaea3d28bceaec0baa378d2bef4c27b94ce83 (diff) | |
download | binutils-redhat-088db7004854f1dab9a7fbc5f5d2ea8311ceba0f.tar.gz |
* ChangeLog-9295: Fix a typo.
* README: Likewise.
* config/tc-d10v.c: Fix a comment typo.
* config/tc-dlx.c: Likewise.
* config/tc-h8300.h: Likewise.
* config/tc-h8500.h: Likewise.
* config/tc-mips.c: Likewise.
* config/tc-s390.c: Likewise.
* config/tc-sh.h: Likewise.
* config/tc-tic80.h: Likewise.
* config/tc-w65.h: Likewise.
* config/tc-z8k.c: Likewise.
* config/tc-z8k.h: Likewise.
* testsuite/gas/h8300/cmpsi2.s: Likewise.
Diffstat (limited to 'gas/config/tc-tic80.h')
-rw-r--r-- | gas/config/tc-tic80.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-tic80.h b/gas/config/tc-tic80.h index 4fd704b326..749cf42763 100644 --- a/gas/config/tc-tic80.h +++ b/gas/config/tc-tic80.h @@ -52,7 +52,7 @@ #define TC_COUNT_RELOC(fixp) ((fixp) -> fx_addsy != NULL) -/* 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) tc_coff_fix2rtype(fixP) |