]> Savannah Git Hosting - gnulib.git/commitdiff
mktime: spelling fix in comment
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 May 2016 01:49:47 +0000 (18:49 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 May 2016 01:50:10 +0000 (18:50 -0700)
* lib/mktime.c: Fix spelling.

lib/mktime.c

index 2e95a06b390739358c77e65cd170037bfeb1de83..87ab633a1317e1ee967b75c7b0fb6472730a0d2e 100644 (file)
@@ -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 *),