aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_mchain.c
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-04-29 22:15:33 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-04-29 22:15:33 +0000
commite3043798aa79660648a80166c1b48461668c4887 (patch)
treec122a8a0b414336407a6c53c58daa7d7aa423532 /sys/kern/subr_mchain.c
parenta061fea6eeb689ab01affff1350cc47beb4a0ce5 (diff)
downloadsrc-e3043798aa79660648a80166c1b48461668c4887.tar.gz
src-e3043798aa79660648a80166c1b48461668c4887.zip
sys/kern: spelling fixes in comments.
No functional change.
Notes
Notes: svn path=/head/; revision=298819
Diffstat (limited to 'sys/kern/subr_mchain.c')
-rw-r--r--sys/kern/subr_mchain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_mchain.c b/sys/kern/subr_mchain.c
index 233a78aac706..21220ca938de 100644
--- a/sys/kern/subr_mchain.c
+++ b/sys/kern/subr_mchain.c
@@ -102,7 +102,7 @@ mb_fixhdr(struct mbchain *mbp)
/*
* Check if object of size 'size' fit to the current position and
* allocate new mbuf if not. Advance pointers and increase length of mbuf(s).
- * Return pointer to the object placeholder or NULL if any error occured.
+ * Return pointer to the object placeholder or NULL if any error occurred.
* Note: size should be <= MLEN
*/
caddr_t