summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_devstat.c
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-06-27 21:50:30 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-06-27 21:50:30 +0000
commit2c796ad6408184cf2bb690fa55a4fb5c6a894f35 (patch)
tree858fb401c23b3ea9e4605170ecedd0e8ab60f6f4 /sys/kern/subr_devstat.c
parent46cba9192e970d80d556791991862b19bea90ea2 (diff)
downloadFreeBSD-src-2c796ad6408184cf2bb690fa55a4fb5c6a894f35.zip
FreeBSD-src-2c796ad6408184cf2bb690fa55a4fb5c6a894f35.tar.gz
MFC r298819:
sys/kern: spelling fixes in comments.
Diffstat (limited to 'sys/kern/subr_devstat.c')
-rw-r--r--sys/kern/subr_devstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_devstat.c b/sys/kern/subr_devstat.c
index 84696c2..84305db 100644
--- a/sys/kern/subr_devstat.c
+++ b/sys/kern/subr_devstat.c
@@ -391,7 +391,7 @@ sysctl_devstat(SYSCTL_HANDLER_ARGS)
* XXX devstat_generation should really be "volatile" but that
* XXX freaks out the sysctl macro below. The places where we
* XXX change it and inspect it are bracketed in the mutex which
- * XXX guarantees us proper write barriers. I don't belive the
+ * XXX guarantees us proper write barriers. I don't believe the
* XXX compiler is allowed to optimize mygen away across calls
* XXX to other functions, so the following is belived to be safe.
*/
OpenPOWER on IntegriCloud