From ad6b1d792b4c1ef9e644613587db18984c501836 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Thu, 29 Jul 2004 15:54:18 +0000 Subject: [PATCH] 2004-07-29 Jeff Johnston * libc/time/strptime.c: Correct full-name of "March" typo. --- newlib/ChangeLog | 4 ++++ newlib/libc/time/strptime.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 277bc2f5e..37258e7b3 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2004-07-29 Jeff Johnston + + * libc/time/strptime.c: Correct full-name of "March" typo. + 2004-07-16 Anil Paranjpe * configure.host (h8300*-*-*): Default long long printing support. diff --git a/newlib/libc/time/strptime.c b/newlib/libc/time/strptime.c index 411e678a8..1d625d61e 100644 --- a/newlib/libc/time/strptime.c +++ b/newlib/libc/time/strptime.c @@ -78,7 +78,7 @@ static const char *abb_month[] = { static const char *full_month[] = { "January", "February", - "Mars", + "March", "April", "May", "June",