2004-07-29 Jeff Johnston <jjohnstn@redhat.com>

* libc/time/strptime.c: Correct full-name of "March" typo.
This commit is contained in:
Jeff Johnston 2004-07-29 15:54:18 +00:00
parent 44a9f41461
commit ad6b1d792b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-07-29 Jeff Johnston <jjohnstn@redhat.com>
* libc/time/strptime.c: Correct full-name of "March" typo.
2004-07-16 Anil Paranjpe <anilp1@kpitcummins.com>
* configure.host (h8300*-*-*): Default long long printing support.

View File

@ -78,7 +78,7 @@ static const char *abb_month[] = {
static const char *full_month[] = {
"January",
"February",
"Mars",
"March",
"April",
"May",
"June",