diff --git a/doc/ca65.sgml b/doc/ca65.sgml index 2e5411c58..9980e55c9 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -3792,7 +3792,7 @@ See: ,.LOCAL 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,
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,