summaryrefslogtreecommitdiff
path: root/gas/as.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2003-11-23 02:14:21 +0000
committerKazu Hirata <kazu@codesourcery.com>2003-11-23 02:14:21 +0000
commit436d9e46434ecc4ee860265c8f7f8c11bcb9904f (patch)
treec57081487c533cd788022128c35de3b59af0d72d /gas/as.h
parent35bb18ac33578e5591761b842e1f6d1cab6e89ab (diff)
* README-vms: Fix comment typos.
* as.h: Likewise. * dwarf2dbg.c: Likewise. * ecoff.c: Likewise. * hash.c: Likewise. * listing.c: Likewise. * write.c: Likewise.
Diffstat (limited to 'gas/as.h')
-rw-r--r--gas/as.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/as.h b/gas/as.h
index 1a04b0d9b7..890ecd8f10 100644
--- a/gas/as.h
+++ b/gas/as.h
@@ -301,7 +301,7 @@ typedef asection *segT;
#endif
typedef int subsegT;
-/* What subseg we are accreting now? */
+/* What subseg we are accessing now? */
COMMON subsegT now_subseg;
/* Segment our instructions emit to. */