Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/time one more the
details: https://anonhg.NetBSD.org/src/rev/2573bd5ef3cf
branches: trunk
changeset: 749236:2573bd5ef3cf
user: mbalmer <mbalmer%NetBSD.org@localhost>
date: Sun Nov 22 18:07:39 2009 +0000
description:
one more the
diffstat:
lib/libc/time/getdate.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5bc3c9a913f8 -r 2573bd5ef3cf lib/libc/time/getdate.c
--- a/lib/libc/time/getdate.c Sun Nov 22 18:05:50 2009 +0000
+++ b/lib/libc/time/getdate.c Sun Nov 22 18:07:39 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: getdate.c,v 1.1 2009/05/14 02:37:36 ginsbach Exp $ */
+/* $NetBSD: getdate.c,v 1.2 2009/11/22 18:07:39 mbalmer Exp $ */
/*
* Copyright (c) 2009 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -226,7 +226,7 @@
* XXX More undocumented functionality but observed.
*
* Given the weekday find the first matching weekday
- * starting with the weekday of the first day of the the
+ * starting with the weekday of the first day of the
* month and moving into the future.
*/
if (rtm.tm_wday != TMSENTINEL) {
Home |
Main Index |
Thread Index |
Old Index