summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-12-07 02:58:15 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-12-07 02:58:15 +0000
commitd1cc3a30c282545c215e4d787fd652d389ef909d (patch)
tree5ddfea7be28fd9def3475578cbbdb02071af985d
parent04fa46bf1cfe4be30883d18ca27516f61501e8a3 (diff)
typo; fix from Kaspars Bankovskis
-rw-r--r--sys/kern/kern_time.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_time.c b/sys/kern/kern_time.c
index bbf0d488506..a8808ed1b3b 100644
--- a/sys/kern/kern_time.c
+++ b/sys/kern/kern_time.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kern_time.c,v 1.88 2014/05/15 04:36:33 guenther Exp $ */
+/* $OpenBSD: kern_time.c,v 1.89 2014/12/07 02:58:14 deraadt Exp $ */
/* $NetBSD: kern_time.c,v 1.20 1996/02/18 11:57:06 fvdl Exp $ */
/*
@@ -465,7 +465,7 @@ sys_adjtime(struct proc *p, void *v, register_t *retval)
* profiling virtual time timers are kept internally in the
* way they are specified externally: in time until they expire.
*
- * The real time interval timer's it_value, in contast, is kept as an
+ * The real time interval timer's it_value, in contrast, is kept as an
* absolute time rather than as a delta, so that it is easy to keep
* periodic real-time signals from drifting.
*