summaryrefslogtreecommitdiff
path: root/gas/app.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2001-10-11 12:20:25 +0000
committerKazu Hirata <kazu@codesourcery.com>2001-10-11 12:20:25 +0000
commit8d3b2adda3325db72caf2bf3af25aaed301d34e5 (patch)
treefaa356206211c8460a1372670d3c6b7fe240b966 /gas/app.c
parent517d4ea3efadd9d38b9191609fda567c8d3e4556 (diff)
downloadbinutils-redhat-8d3b2adda3325db72caf2bf3af25aaed301d34e5.tar.gz
* app.c: Fix comment typos.
* bit_fix.h: Likewise. * expr.c: Likewise. * itbl-ops.c: Likewise.
Diffstat (limited to 'gas/app.c')
-rw-r--r--gas/app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/app.c b/gas/app.c
index c172602e48..ba587d4651 100644
--- a/gas/app.c
+++ b/gas/app.c
@@ -387,7 +387,7 @@ do_scrub_chars (get, tostart, tolen)
/* I added states 9 and 10 because the MIPS ECOFF assembler uses
constructs like ``.loc 1 20''. This was turning into ``.loc
120''. States 9 and 10 ensure that a space is never dropped in
- between characters which could appear in a identifier. Ian
+ between characters which could appear in an identifier. Ian
Taylor, ian@cygnus.com.
I added state 11 so that something like "Lfoo add %r25,%r26,%r27" works