Fix typo: s/bought/brought/

PR:		docs/29605
Submitted by:	John Murphy <jfm@blueyonder.co.uk>
This commit is contained in:
Bruce A. Mah 2001-08-10 16:18:59 +00:00
parent a959f24ce5
commit a801119d91
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10293

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.57 2001/08/06 21:25:27 chern Exp $
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.58 2001/08/09 23:42:31 chern Exp $
-->
<chapter id="kernelconfig">
@ -85,7 +85,7 @@
kernel's functionality is contained in modules which can be dynamically
loaded and unloaded from the kernel as necessary. This allows the
kernel to adapt to new hardware suddenly becoming available (such as
PCMCIA cards in a laptop), or for new functionality to be bought in to
PCMCIA cards in a laptop), or for new functionality to be brought in to
the kernel that was not necessary when the kernel was originally
compiled. Colloquially these are called KLDs.</para>