summary refs log tree commit diff
path: root/time/strptime_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'time/strptime_l.c')
-rw-r--r--time/strptime_l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time/strptime_l.c b/time/strptime_l.c
index d8aed0d5f6..58b271eb37 100644
--- a/time/strptime_l.c
+++ b/time/strptime_l.c
@@ -306,7 +306,7 @@ __strptime_internal (const char *rp, const char *fmt, struct tm *tmp,
 	}
 
       /* Any character but `%' must be matched by the same character
-	 in the iput string.  */
+	 in the input string.  */
       if (*fmt != '%')
 	{
 	  match_char (*fmt++, *rp++);