]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/ChangeLog: Fix a typo.
authorDmitry Antipov <dmantipov@yandex.ru>
Mon, 2 Jul 2012 10:08:41 +0000 (14:08 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Mon, 2 Jul 2012 10:08:41 +0000 (14:08 +0400)
src/ChangeLog

index 9b19ce7b96aacfb56b03633137b7b8baa3dafa0a..58e82c27dc73b94f00d3511eea76886949cae7fa 100644 (file)
@@ -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.