From 6fcdb655a6581963a873224ad01f92b4e88f0de3 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Sun, 17 Oct 2021 16:08:58 +0200 Subject: Cleanup if call in eval function --- src/bootstrap/gc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bootstrap/gc.c') diff --git a/src/bootstrap/gc.c b/src/bootstrap/gc.c index 5f023bc..11a1f5a 100644 --- a/src/bootstrap/gc.c +++ b/src/bootstrap/gc.c @@ -270,7 +270,7 @@ alloc_object(ObjectType type) { // references! Should we work with offsets all the way? That is for // cdr and car? Should we have a utility function? All in all, we // need to refactor the codebase first to work with pointer offsets - // rather than objects. This issue is very important, if we are in + // rather than objects. This issue is very important, if we are in // the middle of an operation that tries to allocate memory but we // had saved pointers to some object, the pointer references may be // invalidated, crashing or worse, silently returning garbage! Let's -- cgit v1.2.1