From 4ff390e7194d0fdda36569ce05d58c4d3aa8fe01 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 8 Jan 1998 02:23:59 +0000 Subject: Correct a comment from my last commit. --- sbin/shutdown/shutdown.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/shutdown') diff --git a/sbin/shutdown/shutdown.c b/sbin/shutdown/shutdown.c index 8c3b01e..956302c 100644 --- a/sbin/shutdown/shutdown.c +++ b/sbin/shutdown/shutdown.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: shutdown.c,v 1.8 1997/08/23 14:10:34 joerg Exp $ + * $Id: shutdown.c,v 1.9 1998/01/08 02:21:30 alex Exp $ */ #ifndef lint @@ -391,7 +391,7 @@ getoffset(timearg) */ if (lt->tm_year < (this_year % 100) - 1) lt->tm_year += 100; - /* adjust for centuries beyond 2000 */ + /* adjust for the year 2000 and beyond */ lt->tm_year += (this_year - (this_year % 100)); /* FALLTHROUGH */ case 8: -- cgit v1.1