From 8c69ba718e85749d704bdc8a6d310f6b802520ab Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 21 May 2026 08:20:15 -0700 Subject: [PATCH] Fix emit_static_object comment (no bzero call) --- src/comp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/comp.c b/src/comp.c index c70b37bfdac..545d13b6bfd 100644 --- a/src/comp.c +++ b/src/comp.c @@ -2823,8 +2823,7 @@ emit_static_object (const char *name, Lisp_Object obj) /* If strlen returned 0 that means that the static object contains a NULL byte. In that case just move over to the next block. We can rely on the byte being zero because - of the previous call to bzero and because the dynamic - linker cleared it. */ + the dynamic linker cleared it. */ p++; i++; gcc_jit_block_add_assignment (