Grammatical fix.

This commit is contained in:
Ceri Davies 2002-07-19 14:47:04 +00:00
parent 2e906b3095
commit 2720833199
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13669

View file

@ -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