From 2d9cd0e3bd13e36d54f6486f685a935a55162974 Mon Sep 17 00:00:00 2001
From: Ceri Davies <ceri@FreeBSD.org>
Date: Tue, 18 Feb 2003 18:33:03 +0000
Subject: [PATCH] Small grammatical fix.

---
 en_US.ISO8859-1/books/arch-handbook/isa/chapter.sgml       | 2 +-
 en_US.ISO8859-1/books/developers-handbook/isa/chapter.sgml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/en_US.ISO8859-1/books/arch-handbook/isa/chapter.sgml b/en_US.ISO8859-1/books/arch-handbook/isa/chapter.sgml
index bbe05c90e2..55469129ff 100644
--- a/en_US.ISO8859-1/books/arch-handbook/isa/chapter.sgml
+++ b/en_US.ISO8859-1/books/arch-handbook/isa/chapter.sgml
@@ -148,7 +148,7 @@
         driver-specific initialization or clean-up when the driver is
         loaded or unloaded and load_argument is passed as one of its
         arguments.  If the driver does not support dynamic loading (in
-        other words it must always be linked into kernel) then these
+        other words it must always be linked into the kernel) then these
         values should be set to 0 and the last definition would look
         like:</para>
 
diff --git a/en_US.ISO8859-1/books/developers-handbook/isa/chapter.sgml b/en_US.ISO8859-1/books/developers-handbook/isa/chapter.sgml
index bbe05c90e2..55469129ff 100644
--- a/en_US.ISO8859-1/books/developers-handbook/isa/chapter.sgml
+++ b/en_US.ISO8859-1/books/developers-handbook/isa/chapter.sgml
@@ -148,7 +148,7 @@
         driver-specific initialization or clean-up when the driver is
         loaded or unloaded and load_argument is passed as one of its
         arguments.  If the driver does not support dynamic loading (in
-        other words it must always be linked into kernel) then these
+        other words it must always be linked into the kernel) then these
         values should be set to 0 and the last definition would look
         like:</para>