diff options
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 |