summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin (Intel) <hpa@zytor.com>2018-12-12 16:12:36 -0800
committerH. Peter Anvin (Intel) <hpa@zytor.com>2018-12-12 16:12:36 -0800
commitbdf017c89c7fc66db78ab49729136423d4ce04fe (patch)
tree92029b171b741d4a188a8724de73a983036c1924
parenteb48c1191d0464c1a09503269fe09a33f43b8da9 (diff)
downloadnasm-bdf017c89c7fc66db78ab49729136423d4ce04fe.tar.gz
warnings: WARN_OTHER is now "above", not "below"
Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
-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}
};