summaryrefslogtreecommitdiffstats
path: root/sys/sys/clock.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-03-24 06:27:34 +0000
committerimp <imp@FreeBSD.org>2006-03-24 06:27:34 +0000
commit6bce57cdf3aa5590392d13ac04cd7dfc37cf032f (patch)
treedbac34d0875e9f74298b689a673920472c8e72bf /sys/sys/clock.h
parentb152fc672a71bdba07408acb35d80ab7d878548a (diff)
downloadFreeBSD-src-6bce57cdf3aa5590392d13ac04cd7dfc37cf032f.zip
FreeBSD-src-6bce57cdf3aa5590392d13ac04cd7dfc37cf032f.tar.gz
The year field is the 4 digit year (eg, 2006), not 'year - 1900' (eg
106). Fix the comment to reflect this.
Diffstat (limited to 'sys/sys/clock.h')
-rw-r--r--sys/sys/clock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/clock.h b/sys/sys/clock.h
index 1c71d0e..1b61b19 100644
--- a/sys/sys/clock.h
+++ b/sys/sys/clock.h
@@ -47,7 +47,7 @@
* to a struct timespec.
*/
struct clocktime {
- int year; /* year - 1900 */
+ int year; /* year (4 digit year) */
int mon; /* month (1 - 12) */
int day; /* day (1 - 31) */
int hour; /* hour (0 - 23) */
OpenPOWER on IntegriCloud