Small typo fix, for the sake of correctness.

Index: kern_time.c
===================================================================
RCS file: /cvs/src/sys/kern/kern_time.c,v
retrieving revision 1.88
diff -u -p -r1.88 kern_time.c
--- kern_time.c 15 May 2014 04:36:33 -0000      1.88
+++ kern_time.c 5 Dec 2014 10:41:06 -0000
@@ -465,7 +465,7 @@ sys_adjtime(struct proc *p, void *v, reg
  * 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.
  *

Reply via email to