diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-11-22 02:35:31 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-11-22 02:35:31 +0000 |
commit | 67c1ffbec916d2c18096f2a285d4f5812f20bd24 (patch) | |
tree | dfbb51279d89bfa089ec3a28a04bd665ad50f2cf /gas/config/tc-m88k.c | |
parent | 834ddcc491ace97284f1ec0edd55a863e9485e95 (diff) | |
download | gdb-67c1ffbec916d2c18096f2a285d4f5812f20bd24.zip gdb-67c1ffbec916d2c18096f2a285d4f5812f20bd24.tar.gz gdb-67c1ffbec916d2c18096f2a285d4f5812f20bd24.tar.bz2 |
* config/tc-a29k.h: Fix comment typos.
* config/tc-arm.c: Likewise.
* config/tc-dlx.h: Likewise.
* config/tc-hppa.c: Likewise.
* config/tc-i386.c: Likewise.
* config/tc-m32r.c: Likewise.
* config/tc-m68hc11.c: Likewise.
* config/tc-m68k.c: Likewise.
* config/tc-m88k.c: Likewise.
* config/tc-mcore.c: Likewise.
* config/tc-mips.c: Likewise.
* config/tc-mmix.c: Likewise.
* config/tc-msp430.c: Likewise.
* config/tc-ns32k.c: Likewise.
* config/tc-or32.c: Likewise.
* config/tc-or32.h: Likewise.
* config/tc-pj.c: Likewise.
* config/tc-ppc.c: Likewise.
* config/tc-s390.c: Likewise.
* config/tc-sh64.c: Likewise.
* config/tc-sh.c: Likewise.
* config/tc-sparc.c: Likewise.
Diffstat (limited to 'gas/config/tc-m88k.c')
-rw-r--r-- | gas/config/tc-m88k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-m88k.c b/gas/config/tc-m88k.c index 2cb4fa4..ec4acc8 100644 --- a/gas/config/tc-m88k.c +++ b/gas/config/tc-m88k.c @@ -1062,7 +1062,7 @@ md_estimate_size_before_relax (fragP, segment_type) /* These functions are needed if we are linking with obj-coffbfd.c. That file may be replaced by a more BFD oriented version at some - point. If that happens, these functions should be rexamined. + point. If that happens, these functions should be reexamined. Ian Lance Taylor, Cygnus Support, 13 July 1993. */ |