* lib/mktime.c: Fix spelling. --- lib/mktime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/mktime.c b/lib/mktime.c index 2e95a06..87ab633 100644 --- a/lib/mktime.c +++ b/lib/mktime.c @@ -228,7 +228,7 @@ guess_time_tm (long_int year, long_int yday, int hour, int min, int sec, } /* Use CONVERT to convert T to a struct tm value in *TM. T must be in - range for time_t. Return TM if successfull, NULL if T is out of + range for time_t. Return TM if successful, NULL if T is out of range for CONVERT. */ static struct tm * convert_time (struct tm *(*convert) (const time_t *, struct tm *), -- 2.7.4