diff --git a/doc/ca65.sgml b/doc/ca65.sgml
index 4e42d0c05..d5c89a124 100644
--- a/doc/ca65.sgml
+++ b/doc/ca65.sgml
@@ -934,7 +934,7 @@ it is used. It uses the function
and a numeric variable named lcount.
- .lcount .set 0 ; Initialize the counter
+ lcount .set 0 ; Initialize the counter
.macro genlab
.ident (.sprintf ("L%04X", lcount)):