svn commit: r247698 - head/sys/kern
Alexander Motin
mav at FreeBSD.org
Sun Mar 3 09:11:25 UTC 2013
Author: mav
Date: Sun Mar 3 09:11:24 2013
New Revision: 247698
URL: http://svnweb.freebsd.org/changeset/base/247698
Log:
MFcalloutng:
Some whitespace fixes.
Modified:
head/sys/kern/kern_timeout.c
Modified: head/sys/kern/kern_timeout.c
==============================================================================
--- head/sys/kern/kern_timeout.c Sun Mar 3 09:09:59 2013 (r247697)
+++ head/sys/kern/kern_timeout.c Sun Mar 3 09:11:24 2013 (r247698)
@@ -205,7 +205,7 @@ cc_cme_migrating(struct callout_cpu *cc)
}
/*
- * kern_timeout_callwheel_alloc() - kernel low level callwheel initialization
+ * kern_timeout_callwheel_alloc() - kernel low level callwheel initialization
*
* This code is called very early in the kernel initialization sequence,
* and may be called more then once.
@@ -704,7 +704,7 @@ softclock(void *arg)
* Initialize a handle so that using it with untimeout is benign.
*
* See AT&T BCI Driver Reference Manual for specification. This
- * implementation differs from that one in that although an
+ * implementation differs from that one in that although an
* identification value is returned from timeout, the original
* arguments to timeout as well as the identifier are used to
* identify entries for untimeout.
More information about the svn-src-head
mailing list