aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/localedef/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/localedef/time.c')
-rw-r--r--usr.bin/localedef/time.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/localedef/time.c b/usr.bin/localedef/time.c
index 80d04df11c8d..e40001d18e64 100644
--- a/usr.bin/localedef/time.c
+++ b/usr.bin/localedef/time.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2017 Nexenta Systems, Inc.
+ * Copyright 2010 Nexenta Systems, Inc. All rights reserved.
* Copyright 2015 John Marino <draco@marino.st>
*
* This source code is derived from the illumos localedef command, and
@@ -78,7 +78,7 @@ add_time_str(wchar_t *wcs)
break;
case T_DATE_FMT:
/*
- * This one is a Solaris extension. Too bad date just
+ * This one is a Solaris extension, Too bad date just
* doesn't use %c, which would be simpler.
*/
tm.date_fmt = str;