bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] mktime: spelling fix in comment


From: Paul Eggert
Subject: [PATCH] mktime: spelling fix in comment
Date: Sun, 1 May 2016 18:50:48 -0700

* 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]