From ffe89ddaed9c53a4c43946cce1c8e43470f8a284 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin (Intel)" Date: Tue, 20 Aug 2019 16:06:36 -0700 Subject: preproc: fix comment -La -> -Lm The -Lm option was briefly called -Lm during development, fix. Signed-off-by: H. Peter Anvin (Intel) --- asm/preproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3