diff options
| author | Jim Blandy | 1993-06-09 11:59:12 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-09 11:59:12 +0000 |
| commit | eb8c3be94e12644f506b8857e49ffef88046bb0b (patch) | |
| tree | 505c4ea5ae59214e4d6e749047d160c98191c9d2 /lib-src/timer.c | |
| parent | 16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff) | |
| download | emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.zip | |
Apply typo patches from Paul Eggert.
Diffstat (limited to 'lib-src/timer.c')
| -rw-r--r-- | lib-src/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/timer.c b/lib-src/timer.c index ef46b29f126..d6419ef4cc8 100644 --- a/lib-src/timer.c +++ b/lib-src/timer.c | |||
| @@ -52,7 +52,7 @@ struct event *events; /* events[0 .. num_events-1] are the | |||
| 52 | 52 | ||
| 53 | char *pname; /* programme name for error messages */ | 53 | char *pname; /* programme name for error messages */ |
| 54 | 54 | ||
| 55 | /* Accepts a string of two fields seperated by FS. | 55 | /* Accepts a string of two fields separated by FS. |
| 56 | First field is string for get_date, saying when to wake-up. | 56 | First field is string for get_date, saying when to wake-up. |
| 57 | Second field is a token to identify the request. */ | 57 | Second field is a token to identify the request. */ |
| 58 | void | 58 | void |