summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_timeout.c
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2013-03-03 09:11:24 +0000
committermav <mav@FreeBSD.org>2013-03-03 09:11:24 +0000
commit1cd8093cdd9431de10f41476b75322e875f56c38 (patch)
tree47352be830e7ce90274c8425e45fe22e6f5446d0 /sys/kern/kern_timeout.c
parentf050aa21ec74180d75eb7f31ff4492d403480337 (diff)
downloadFreeBSD-src-1cd8093cdd9431de10f41476b75322e875f56c38.zip
FreeBSD-src-1cd8093cdd9431de10f41476b75322e875f56c38.tar.gz
MFcalloutng:
Some whitespace fixes.
Diffstat (limited to 'sys/kern/kern_timeout.c')
-rw-r--r--sys/kern/kern_timeout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_timeout.c b/sys/kern/kern_timeout.c
index 9cdc39b..69851e6 100644
--- a/sys/kern/kern_timeout.c
+++ b/sys/kern/kern_timeout.c
@@ -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.
OpenPOWER on IntegriCloud