changeset 36487:4df2ac60690e

(mark_maybe_pointer): Fix a typo in a comment.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 02 Mar 2001 17:25:22 +0000
parents ecb3effbc849
children 26a02f85b4d6
files src/alloc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/alloc.c	Fri Mar 02 13:37:27 2001 +0000
+++ b/src/alloc.c	Fri Mar 02 17:25:22 2001 +0000
@@ -3412,7 +3412,7 @@
       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: