mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-07 17:46:58 +08:00
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>
This commit is contained in:
parent
41d91a9273
commit
ffe89ddaed
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user