aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/ChangeLog4
-rw-r--r--src/alloc.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 897e75ac97b..d0dbae41b4f 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,7 +1,7 @@
12001-02-24 Michael Kifer <kifer@cs.sunysb.edu> 12001-02-24 Michael Kifer <kifer@cs.sunysb.edu>
2 2
3 * ediff.texi: Fixed some typos 3 * ediff.texi: Fixed some typos.
4 4
52001-02-19 Bill Wohler <wohler@newt.com> 52001-02-19 Bill Wohler <wohler@newt.com>
6 6
7 * mh-e.texi: Release mh-e-doc-1.3 for Emacs 21.1. 7 * 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)
3412 switch (m->type) 3412 switch (m->type)
3413 { 3413 {
3414 case MEM_TYPE_NON_LISP: 3414 case MEM_TYPE_NON_LISP:
3415 /* NOthing to do; not a pointer to Lisp memory. */ 3415 /* Nothing to do; not a pointer to Lisp memory. */
3416 break; 3416 break;
3417 3417
3418 case MEM_TYPE_BUFFER: 3418 case MEM_TYPE_BUFFER: