Correct minor typos.

This commit is contained in:
Ceri Davies 2006-12-31 12:23:45 +00:00
parent 06360975af
commit 403d49b0c2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=29310

View file

@ -926,7 +926,7 @@ Reading symbols from /sys/modules/linux/linux.ko...done.
</listitem>
<listitem>
<para><literal>options GDB</literal>: compiler in support for the
<para><literal>options GDB</literal>: compile in support for the
remote debugger, GDB, which can operate over serial cable or
firewire. When the debugger is entered, GDB may be attached to
inspect structure contents, generate stack traces, etc. Some
@ -976,7 +976,7 @@ Reading symbols from /sys/modules/linux/linux.ko...done.
<listitem>
<para><literal>options WITNESS</literal>: this option enables run-time
lock order tracking and verification, and is an invaluable tool for
deadlock diagnosis. WITNESS maintains a graph of acquires lock
deadlock diagnosis. WITNESS maintains a graph of acquired lock
orders by lock type, and checks the graph at each acquire for
cycles (implicit or explicit). If a cycle is detected, a warning
and stack trace are generated to the console, indicating that a