From a801119d916f366b8f6dca16b270da948a9ddbdd Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Fri, 10 Aug 2001 16:18:59 +0000 Subject: [PATCH] Fix typo: s/bought/brought/ PR: docs/29605 Submitted by: John Murphy --- en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml b/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml index 2030c3bc00..1d488f9c1f 100644 --- a/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml @@ -1,7 +1,7 @@ @@ -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.