summaryrefslogtreecommitdiff
path: root/gas/as.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2003-10-27 12:45:17 +0000
committerKazu Hirata <kazu@codesourcery.com>2003-10-27 12:45:17 +0000
commite1fb9245d47c0245f6beee099c461d39f3769087 (patch)
treed5157d724a2911d5166feba7f957afbe0bb59cb0 /gas/as.h
parentbcacd81ec5575ccce77d255655b3b21d98039ac0 (diff)
downloadbinutils-redhat-e1fb9245d47c0245f6beee099c461d39f3769087.tar.gz
* ChangeLog: Fix typos.
* ChangeLog-9295: Likewise. * as.c: Fix comment typos. * as.h: Likewise. * atof-generic.c: Likewise. * bit_fix.h: Likewise. * frags.h: Likewise. * hash.c: Likewise. * input-file.c: Likewise. * input-scrub.c: Likewise. * itbl-ops.c: Likewise. * itbl-parse.y: Likewise. * listing.c: Likewise. * macro.h: Likewise. * read.c: Likewise. * sb.c: Likewise. * sb.h: Likewise. * symbols.c: Likewise. * symbols.h: 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 28806d53e2..f8b8d1d2bd 100644
--- a/gas/as.h
+++ b/gas/as.h
@@ -237,7 +237,7 @@ typedef addressT valueT;
#ifdef TEST
#define COMMON /* declare our COMMONs storage here. */
#else
-#define COMMON extern /* our commons live elswhere */
+#define COMMON extern /* our commons live elsewhere */
#endif
#endif
/* COMMON now defined */