From 096a727e41525b269bf690113a2c64b9cbcc12f1 Mon Sep 17 00:00:00 2001 From: Eric Melville Date: Thu, 16 May 2002 22:43:20 +0000 Subject: [PATCH] Separate "seperate" from kernel source. --- sys/dev/bktr/CHANGELOG.TXT | 2 +- sys/kern/subr_mbuf.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/bktr/CHANGELOG.TXT b/sys/dev/bktr/CHANGELOG.TXT index e1640c3adf11..230ceb9f50fb 100755 --- a/sys/dev/bktr/CHANGELOG.TXT +++ b/sys/dev/bktr/CHANGELOG.TXT @@ -400,7 +400,7 @@ New NetBSD code from Bernd Ernesti 2.00 25 Sep 1999 Roger Hardiman - Split the driver into seperate tuner, card and audio sections. + Split the driver into separate tuner, card and audio sections. Update tuner code for FM radio to use datasheet equations. 2.01 27 Sep 1999 Roger Hardiman diff --git a/sys/kern/subr_mbuf.c b/sys/kern/subr_mbuf.c index b7dd2c936912..ad76677c7f6f 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