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