From ead36d8d36553f7f7bbed1dd3d28eda926c51bac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Sun, 6 Feb 2022 17:57:46 +0100 Subject: [PATCH] ; * src/alloc.c (mark_memory): Fix outdated comment. --- src/alloc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/alloc.c b/src/alloc.c index e01ea36e642..5d7b484f6ea 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -4925,8 +4925,8 @@ mark_maybe_pointer (void *p, bool symbol_only) miss objects if __alignof__ were used. */ #define GC_POINTER_ALIGNMENT alignof (void *) -/* Mark Lisp objects referenced from the address range START+OFFSET..END - or END+OFFSET..START. */ +/* Mark Lisp objects referenced from the address range START..END + or END..START. */ static void ATTRIBUTE_NO_SANITIZE_ADDRESS mark_memory (void const *start, void const *end) -- 2.39.5