From: Paul Eggert Date: Mon, 2 May 2016 01:49:47 +0000 (-0700) Subject: mktime: spelling fix in comment X-Git-Tag: v1.0~6750 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=c382e8d72a5e1b36a51d751b1aa6e6b0201d6189;p=gnulib.git mktime: spelling fix in comment * lib/mktime.c: Fix spelling. --- diff --git a/lib/mktime.c b/lib/mktime.c index 2e95a06b39..87ab633a13 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 *),