summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2007-04-23 12:53:00 +0000
committerpjd <pjd@FreeBSD.org>2007-04-23 12:53:00 +0000
commit19d0863e4a316a5e0fdee76bf46871a721ac383d (patch)
treeef9b6a1a31d6a4fa5a7b75a5b7e224df62fd0ef5 /sys/kern
parent0edeffe8642ff3f47b7ceb166ab6a63d3b85158a (diff)
downloadFreeBSD-src-19d0863e4a316a5e0fdee76bf46871a721ac383d.zip
FreeBSD-src-19d0863e4a316a5e0fdee76bf46871a721ac383d.tar.gz
Correct typo.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/kern_uuid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_uuid.c b/sys/kern/kern_uuid.c
index a251b4b..8613b18 100644
--- a/sys/kern/kern_uuid.c
+++ b/sys/kern/kern_uuid.c
@@ -116,7 +116,7 @@ uuid_node(uint16_t *node)
/*
* Get the current time as a 60 bit count of 100-nanosecond intervals
* since 00:00:00.00, October 15,1582. We apply a magic offset to convert
- * the Unix time since 00:00:00.00, Januari 1, 1970 to the date of the
+ * the Unix time since 00:00:00.00, January 1, 1970 to the date of the
* Gregorian reform to the Christian calendar.
*/
static uint64_t
OpenPOWER on IntegriCloud