diff options
Diffstat (limited to 'src/alloc.c')
| -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) | |||
| 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: |