aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/time
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2004-07-29 15:54:18 +0000
committerJeff Johnston <jjohnstn@redhat.com>2004-07-29 15:54:18 +0000
commitad6b1d792b4c1ef9e644613587db18984c501836 (patch)
tree63a51962f67101d4f5a8f05c148e703c46523e75 /newlib/libc/time
parent44a9f41461a191f20b6bb397a632c2e775f2d0d5 (diff)
downloadnewlib-ad6b1d792b4c1ef9e644613587db18984c501836.zip
newlib-ad6b1d792b4c1ef9e644613587db18984c501836.tar.gz
newlib-ad6b1d792b4c1ef9e644613587db18984c501836.tar.bz2
2004-07-29 Jeff Johnston <jjohnstn@redhat.com>
* libc/time/strptime.c: Correct full-name of "March" typo.
Diffstat (limited to 'newlib/libc/time')
-rw-r--r--newlib/libc/time/strptime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/time/strptime.c b/newlib/libc/time/strptime.c
index 411e678..1d625d6 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",