From aa73c03f6a9609737148917bbd646843898f26e0 Mon Sep 17 00:00:00 2001 From: Kugel Fuhr <98353208+kugelfuhr@users.noreply.github.com> Date: Sun, 9 Nov 2025 17:25:57 +0100 Subject: [PATCH] Corrected a typo in the description of .set. Fixes #2854. --- doc/ca65.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)):