summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--asm/error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/error.c b/asm/error.c
index 8e5ec7f3..61c89740 100644
--- a/asm/error.c
+++ b/asm/error.c
@@ -76,7 +76,7 @@ const struct warning warnings[WARN_ALL+1] = {
{"phase", "phase error during stabilization", off},
/* THESE ENTRIES SHOULD COME LAST */
- {"other", "any warning not specifially mentioned below", on},
+ {"other", "any warning not specifially mentioned above", on},
{"all", "all possible warnings", off}
};