From cd696cb1a88f47d827a5aab6ffa30ac3dc8e7b3b Mon Sep 17 00:00:00 2001 From: Sevan Janiyan Date: Wed, 9 Nov 2016 19:15:17 +0000 Subject: [PATCH] Minor grammatical change. PR: 213126 Submitted by: passat at rpi dot edu Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D8482 --- en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml b/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml index e341782cbf..76ba45cd1f 100644 --- a/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml @@ -86,7 +86,7 @@ Today, most of the functionality in the &os; kernel is contained in modules which can be dynamically loaded and unloaded from the kernel as necessary. This allows the running - kernel to adapt immediately to new hardware or for new + kernel to adapt immediately to new hardware and for new functionality to be brought into the kernel. This is known as a modular kernel.