diff options
| author | Paul Eggert | 2012-04-22 22:44:49 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-04-22 22:44:49 -0700 |
| commit | 0ba2624f7dd2253853c6caf4fbfdc272822de3e3 (patch) | |
| tree | 8d5cd8ebc6df0c06f0429f9754b382baab18dd28 /src/alloc.c | |
| parent | a74e8e38b9829bf5a5075fbe637e463c5be6114c (diff) | |
| download | emacs-0ba2624f7dd2253853c6caf4fbfdc272822de3e3.tar.gz emacs-0ba2624f7dd2253853c6caf4fbfdc272822de3e3.zip | |
Spelling fixes.
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 6c9af7b71fa..a120ce9b61f 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -5838,7 +5838,7 @@ mark_buffer (Lisp_Object buf) | |||
| 5838 | } | 5838 | } |
| 5839 | 5839 | ||
| 5840 | /* Mark the Lisp pointers in the terminal objects. | 5840 | /* Mark the Lisp pointers in the terminal objects. |
| 5841 | Called by the Fgarbage_collector. */ | 5841 | Called by Fgarbage_collect. */ |
| 5842 | 5842 | ||
| 5843 | static void | 5843 | static void |
| 5844 | mark_terminals (void) | 5844 | mark_terminals (void) |