Separate "seperate" from kernel source.

This commit is contained in:
Eric Melville 2002-05-16 22:43:20 +00:00
parent 13d362233e
commit 096a727e41
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96758
2 changed files with 2 additions and 2 deletions

View File

@ -400,7 +400,7 @@
New NetBSD code from Bernd Ernesti<bernd@arresum.inka.de>
2.00 25 Sep 1999 Roger Hardiman <roger@freebsd.org>
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 <roger@freebsd.org>

View File

@ -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