summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin (Intel) <hpa@zytor.com>2019-08-20 16:06:36 -0700
committerH. Peter Anvin (Intel) <hpa@zytor.com>2019-08-20 16:06:36 -0700
commitffe89ddaed9c53a4c43946cce1c8e43470f8a284 (patch)
tree4ac7b34d948f86ae670b3aee8447194985c8fe61
parent41d91a92732fb1da10059c711078ce05fe43f029 (diff)
downloadnasm-ffe89ddaed9c53a4c43946cce1c8e43470f8a284.tar.gz
preproc: fix comment -La -> -Lm
The -Lm option was briefly called -Lm during development, fix. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
-rw-r--r--asm/preproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/preproc.c b/asm/preproc.c
index cb96cf83..125fa100 100644
--- a/asm/preproc.c
+++ b/asm/preproc.c
@@ -5223,7 +5223,7 @@ static void pop_mmacro(MMacro *m)
#endif
/*
- * List an mmacro call with arguments (-La option)
+ * List an mmacro call with arguments (-Lm option)
*/
static void list_mmacro_call(const MMacro *m)
{