Fixed typo

This commit is contained in:
Stefan
2025-09-14 22:36:31 +02:00
committed by GitHub
parent 357f64e4e3
commit 089f8f1425

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 planed use.
A problem when using macros are labels: Since they don't change their name,