From 7b75c650872dc78858917003ee7aa96ca62be91f Mon Sep 17 00:00:00 2001 From: d_m Date: Tue, 17 Sep 2024 22:46:25 -0400 Subject: [PATCH] Fix comment --- tar.tal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tar.tal b/tar.tal index c9a022a..9815cbf 100644 --- a/tar.tal +++ b/tar.tal @@ -59,7 +59,7 @@ ( print up to `len` bytes from string. stops on NUL. ) @lprint ( s* len* -> ) OVR2 ADD2 SWP2 ( limit* s* ) - &loop LDAk ?{ !&done } ( limit* s*) + &loop LDAk ?{ !&done } ( limit* s* ) LDAk #18 DEO INC2 GTH2k ?&loop ( limit* s+1* ) &done POP2 POP2 JMP2r ( )