]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/alloc.c (mark_memory): Fix outdated comment.
authorMattias Engdegård <mattiase@acm.org>
Sun, 6 Feb 2022 16:57:46 +0000 (17:57 +0100)
committerMattias Engdegård <mattiase@acm.org>
Sun, 6 Feb 2022 16:57:46 +0000 (17:57 +0100)
src/alloc.c

index e01ea36e642e8c72124595f3d249dd714c42b1ba..5d7b484f6eafc62d92a234131d02426465b32d05 100644 (file)
@@ -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)