diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-11-21 00:24:40 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-11-21 00:24:40 +0000 |
commit | 2d2255b58e98053e88fd7d4e9be0c98567d8c739 (patch) | |
tree | bfe77fd6ab186a4ca015d2222aea734e48c1b0cf /gas/config/tc-alpha.h | |
parent | 2d8c1c626117b3f74ab75d0268af9136ea9c27da (diff) | |
download | gdb-2d2255b58e98053e88fd7d4e9be0c98567d8c739.zip gdb-2d2255b58e98053e88fd7d4e9be0c98567d8c739.tar.gz gdb-2d2255b58e98053e88fd7d4e9be0c98567d8c739.tar.bz2 |
* config/tc-a29k.h: Fix comment typos.
* config/tc-alpha.c: Likewise.
* config/tc-alpha.h: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-arm.h: Likewise.
* config/tc-cris.c: Likewise.
* config/tc-d10v.c: Likewise.
* config/tc-d30v.c: Likewise.
* config/tc-dlx.c: Likewise.
* config/tc-dlx.h: Likewise.
Diffstat (limited to 'gas/config/tc-alpha.h')
-rw-r--r-- | gas/config/tc-alpha.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-alpha.h b/gas/config/tc-alpha.h index 37e5838..5287686 100644 --- a/gas/config/tc-alpha.h +++ b/gas/config/tc-alpha.h @@ -110,7 +110,7 @@ extern int alpha_elf_section_letter PARAMS ((int, char **)); extern flagword alpha_elf_section_flags PARAMS ((flagword, int, int)); #endif -/* Whether to add support for explict !relocation_op!sequence_number. At the +/* Whether to add support for explicit !relocation_op!sequence_number. At the moment, only do this for ELF, though ECOFF could use it as well. */ #ifdef OBJ_ELF |