summaryrefslogtreecommitdiff
path: root/lib-src/=timer.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-05-15 23:05:46 +0000
committerJim Blandy <jimb@redhat.com>1993-05-15 23:05:46 +0000
commit3864e84e312d00b2ea2ea8e660fba02ff11da7f9 (patch)
treebe724682cb3541a6e26cca605d4ae5c0c68cd967 /lib-src/=timer.c
parent3ca98059a4f069bb3efcba85fe368bda5da4458d (diff)
downloademacs-3864e84e312d00b2ea2ea8e660fba02ff11da7f9.tar.gz
* timer.c: Fix mispellings of get_date function's name.
Diffstat (limited to 'lib-src/=timer.c')
-rw-r--r--lib-src/=timer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/=timer.c b/lib-src/=timer.c
index 4111b2bfb82..2fa220e48a6 100644
--- a/lib-src/=timer.c
+++ b/lib-src/=timer.c
@@ -47,13 +47,13 @@ struct event *events; /* events[0 .. num_events-1] are the
char *pname; /* programme name for error messages */
/* Accepts a string of two fields seperated by FS.
- First field is string for getdate, saying when to wake-up.
+ First field is string for get_date, saying when to wake-up.
Second field is a token to identify the request. */
void
schedule (str)
char *str;
{
- extern time_t getdate ();
+ extern time_t get_date ();
extern char *strcpy ();
time_t now;
register char *p;