From 3c228ac0aa4664c332250d5046b1c5d3589517fa Mon Sep 17 00:00:00 2001 From: "Mike S. Stevenson" Date: Mon, 31 Mar 2025 22:03:00 -0600 Subject: [PATCH] fix typo --- doc/chibi.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/chibi.scrbl b/doc/chibi.scrbl index d6afe43f..ab02a3b4 100755 --- a/doc/chibi.scrbl +++ b/doc/chibi.scrbl @@ -435,7 +435,7 @@ temporary values we may generate, which is what the \cmacro{sexp_gc_var2}, \cmacro{sexp_gc_preserve2} and \cmacro{sexp_gc_release2} macros do (there are similar macros for values 1-6). Precise GCs prevent a class of memory leaks (and -potential attackes based thereon), but if you prefer convenience then +potential attacks based thereon), but if you prefer convenience then Chibi can be compiled with a conservative GC and you can ignore these. The interesting part is then the calls to \cfun{sexp_load},