summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_mbuf.c
diff options
context:
space:
mode:
authoreric <eric@FreeBSD.org>2002-05-16 22:43:20 +0000
committereric <eric@FreeBSD.org>2002-05-16 22:43:20 +0000
commit4579e1dcd09270b8dbe5effd1497e25be30a282c (patch)
tree11d412fc95198c16e0a8e0b23395dd16c6360332 /sys/kern/subr_mbuf.c
parentb61f1e4979a0a03e767f137f8e02af9e7b160799 (diff)
downloadFreeBSD-src-4579e1dcd09270b8dbe5effd1497e25be30a282c.zip
FreeBSD-src-4579e1dcd09270b8dbe5effd1497e25be30a282c.tar.gz
Separate "seperate" from kernel source.
Diffstat (limited to 'sys/kern/subr_mbuf.c')
-rw-r--r--sys/kern/subr_mbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_mbuf.c b/sys/kern/subr_mbuf.c
index b7dd2c9..ad76677 100644
--- a/sys/kern/subr_mbuf.c
+++ b/sys/kern/subr_mbuf.c
@@ -86,7 +86,7 @@
*
* The buckets are kept on singly-linked lists called "containers." A container
* is protected by a mutex lock in order to ensure consistency. The mutex lock
- * itself is allocated seperately and attached to the container at boot time,
+ * itself is allocated separately and attached to the container at boot time,
* thus allowing for certain containers to share the same mutex lock. Per-CPU
* containers for mbufs and mbuf clusters all share the same per-CPU
* lock whereas the "general system" containers (i.e., the "main lists") for
OpenPOWER on IntegriCloud