Merge pull request #2833 from polluks/patch-10

Fixed typo
This commit is contained in:
Bob Andrews
2025-09-22 21:03:56 +02:00
committed by GitHub

View File

@@ -3792,7 +3792,7 @@ See: <tt><ref id=".ASCIIZ" name=".ASCIIZ"></tt>,<tt><ref id=".BYTE" name=".BYTE"
<sect1><tt>.LOCAL</tt><label id=".LOCAL"><p>
This command may only be used inside a macro definition. It declares a list
of identifiers as local to the macro expansion. The identifers may be
of identifiers as local to the macro expansion. The identifiers may be
standard identifiers or cheap local identifiers depending on the planned use.
A problem when using macros are labels: Since they don't change their name,