diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: |