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-dlx.c | |
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-dlx.c')
-rw-r--r-- | gas/config/tc-dlx.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config/tc-dlx.c b/gas/config/tc-dlx.c index 7d45ee1..d0b026c 100644 --- a/gas/config/tc-dlx.c +++ b/gas/config/tc-dlx.c @@ -631,7 +631,7 @@ dlx_parse_loadop (str) imm[m2] = '\0'; - /* Assemble the instruction to gas intrernal format. */ + /* Assemble the instruction to gas internal format. */ for (i = 0; rd[i] != '\0'; i++) iBuf[i] = rd[i]; @@ -754,7 +754,7 @@ dlx_parse_storeop (str) imm[i] = '\0'; - /* Assemble the instruction to gas intrernal format. */ + /* Assemble the instruction to gas internal format. */ for (i = 0; rd[i] != '\0'; i++) iBuf[i] = rd[i]; iBuf[i++] = ','; @@ -1304,7 +1304,7 @@ md_undefined_symbol (name) /* Parse an operand that is machine-specific, the function was called - in expr.c by operand() function, when everything failed bdfore it + in expr.c by operand() function, when everything failed before it call a quit. */ void |