Fix minor typos in previous change.
[bpt/emacs.git] / src / alloc.c
index c9496ec..0de83f0 100644 (file)
@@ -5361,7 +5361,7 @@ mark_object (Lisp_Object arg)
          if (po != &buffer_defaults && po != &buffer_local_symbols)
            {
              struct buffer *b;
-             for (b = all_buffers; b && b != po; b = b->header.next)
+             for (b = all_buffers; b && b != po; b = b->header.next.buffer)
                ;
              if (b == NULL)
                abort ();