From: Dmitry Antipov Date: Mon, 2 Jul 2012 10:08:41 +0000 (+0400) Subject: * src/ChangeLog: Fix a typo. X-Git-Tag: emacs-24.2.90~1199^2~257 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=faf611c764f8afec33040491f3bf02e37a0350d2;p=emacs.git * src/ChangeLog: Fix a typo. --- diff --git a/src/ChangeLog b/src/ChangeLog index 9b19ce7b96a..58e82c27dc7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -9,7 +9,7 @@ * alloc.c (mark_buffer): Simplify. Remove prototype. (mark_object): Add comment. Reorganize marking of vector-like - objects. Use CHECK_LIVE for all vector-like ojects except buffers + objects. Use CHECK_LIVE for all vector-like objects except buffers and subroutines when GC_CHECK_MARKED_OBJECTS is defined. Avoid redundant calls to mark_vectorlike for bool vectors.