Module Name: src Committed By: mbalmer Date: Sun Nov 22 18:07:39 UTC 2009
Modified Files: src/lib/libc/time: getdate.c Log Message: one more the To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/time/getdate.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/time/getdate.c diff -u src/lib/libc/time/getdate.c:1.1 src/lib/libc/time/getdate.c:1.2 --- src/lib/libc/time/getdate.c:1.1 Thu May 14 02:37:36 2009 +++ src/lib/libc/time/getdate.c Sun Nov 22 18:07:39 2009 @@ -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) {