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 | |
| parent | a74e8e38b9829bf5a5075fbe637e463c5be6114c (diff) | |
| download | emacs-0ba2624f7dd2253853c6caf4fbfdc272822de3e3.tar.gz emacs-0ba2624f7dd2253853c6caf4fbfdc272822de3e3.zip | |
Spelling fixes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/alloc.c | 2 | ||||
| -rw-r--r-- | src/keyboard.c | 2 | ||||
| -rw-r--r-- | src/term.c | 2 |
3 files changed, 3 insertions, 3 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) |
diff --git a/src/keyboard.c b/src/keyboard.c index 6fa0e4afc3f..614746e35b2 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -12393,7 +12393,7 @@ keys_of_keyboard (void) | |||
| 12393 | } | 12393 | } |
| 12394 | 12394 | ||
| 12395 | /* Mark the pointers in the kboard objects. | 12395 | /* Mark the pointers in the kboard objects. |
| 12396 | Called by the Fgarbage_collector. */ | 12396 | Called by Fgarbage_collect. */ |
| 12397 | void | 12397 | void |
| 12398 | mark_kboards (void) | 12398 | mark_kboards (void) |
| 12399 | { | 12399 | { |
diff --git a/src/term.c b/src/term.c index 53458c559dd..ce300f9442a 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -3601,7 +3601,7 @@ delete_tty (struct terminal *terminal) | |||
| 3601 | 3601 | ||
| 3602 | 3602 | ||
| 3603 | /* Mark the pointers in the tty_display_info objects. | 3603 | /* Mark the pointers in the tty_display_info objects. |
| 3604 | Called by the Fgarbage_collector. */ | 3604 | Called by Fgarbage_collect. */ |
| 3605 | 3605 | ||
| 3606 | void | 3606 | void |
| 3607 | mark_ttys (void) | 3607 | mark_ttys (void) |