diff options
author | H. Peter Anvin (Intel) <hpa@zytor.com> | 2019-08-20 16:06:36 -0700 |
---|---|---|
committer | H. Peter Anvin (Intel) <hpa@zytor.com> | 2019-08-20 16:06:36 -0700 |
commit | ffe89ddaed9c53a4c43946cce1c8e43470f8a284 (patch) | |
tree | 4ac7b34d948f86ae670b3aee8447194985c8fe61 /asm | |
parent | 41d91a92732fb1da10059c711078ce05fe43f029 (diff) | |
download | nasm-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>
Diffstat (limited to 'asm')
-rw-r--r-- | asm/preproc.c | 2 |
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) { |