Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/include Fix typo in comment: CUT -> UTC



details:   https://anonhg.NetBSD.org/src/rev/1653d9fd9cac
branches:  trunk
changeset: 494439:1653d9fd9cac
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Thu Jul 06 12:46:48 2000 +0000

description:
Fix typo in comment: CUT -> UTC

diffstat:

 include/time.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 13b3a3ed75f0 -r 1653d9fd9cac include/time.h
--- a/include/time.h    Thu Jul 06 12:44:31 2000 +0000
+++ b/include/time.h    Thu Jul 06 12:46:48 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: time.h,v 1.24 2000/01/10 16:58:38 kleink Exp $ */
+/*     $NetBSD: time.h,v 1.25 2000/07/06 12:46:48 hubertf Exp $        */
 
 /*
  * Copyright (c) 1989, 1993
@@ -87,7 +87,7 @@
        int     tm_wday;        /* days since Sunday [0-6] */
        int     tm_yday;        /* days since January 1 [0-365] */
        int     tm_isdst;       /* Daylight Savings Time flag */
-       long    tm_gmtoff;      /* offset from CUT in seconds */
+       long    tm_gmtoff;      /* offset from UTC in seconds */
        __aconst char *tm_zone; /* timezone abbreviation */
 };
 



Home | Main Index | Thread Index | Old Index