From 272083319998ce4cd357710b27eca8e57c7cec2a Mon Sep 17 00:00:00 2001 From: Ceri Davies <ceri@FreeBSD.org> Date: Fri, 19 Jul 2002 14:47:04 +0000 Subject: [PATCH] Grammatical fix. --- .../books/developers-handbook/kerneldebug/chapter.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml b/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml index b401d9197d..c91c3420e5 100644 --- a/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml +++ b/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml @@ -273,7 +273,7 @@ <programlisting>makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols</programlisting> <para>Rebuild the kernel. Due to the time stamp change on the Makefile, - there some other object files will be rebuilt, for example + some other object files will be rebuilt, for example <filename>trap.o</filename>. With a bit of luck, the added <option>-g</option> option will not change anything for the generated code, so you will finally get a new kernel with similar code to the