summaryrefslogtreecommitdiff
path: root/gas/as.h
diff options
context:
space:
mode:
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 */