Corrected a typo in the description of .set. Fixes #2854.

This commit is contained in:
Kugel Fuhr
2025-11-09 17:25:57 +01:00
parent f54780cfbc
commit aa73c03f6a

View File

@@ -934,7 +934,7 @@ it is used. It uses the <tt><ref id=".SPRINTF" name=".SPRINTF"></tt> function
and a numeric variable named <tt>lcount</tt>.
<tscreen><verb>
.lcount .set 0 ; Initialize the counter
lcount .set 0 ; Initialize the counter
.macro genlab
.ident (.sprintf ("L%04X", lcount)):