From: Eli Zaretskii Date: Fri, 2 Mar 2001 17:25:49 +0000 (+0000) Subject: (mark_maybe_pointer): Fix a typo in a comment. X-Git-Tag: emacs-pretest-21.0.99~43 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2fe50224b85064fed7659f8a203df32cc81d1938;p=emacs.git (mark_maybe_pointer): Fix a typo in a comment. --- diff --git a/man/ChangeLog b/man/ChangeLog index 897e75ac97b..d0dbae41b4f 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,7 +1,7 @@ 2001-02-24 Michael Kifer - * ediff.texi: Fixed some typos - + * ediff.texi: Fixed some typos. + 2001-02-19 Bill Wohler * mh-e.texi: Release mh-e-doc-1.3 for Emacs 21.1. diff --git a/src/alloc.c b/src/alloc.c index 4b473225f5c..a79751f6213 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -3412,7 +3412,7 @@ mark_maybe_pointer (p) switch (m->type) { case MEM_TYPE_NON_LISP: - /* NOthing to do; not a pointer to Lisp memory. */ + /* Nothing to do; not a pointer to Lisp memory. */ break; case MEM_TYPE_BUFFER: