Typo fix: detects -> detect.

Reviewed by:	phk
This commit is contained in:
Juli Mallett 2002-05-03 17:59:25 +00:00
parent 9589c2561c
commit ea0b7a7699
6 changed files with 6 additions and 6 deletions

View File

@ -74,7 +74,7 @@ options _KPOSIX_PRIORITY_SCHEDULING
options DDB #Enable the kernel debugger
options INVARIANTS #Enable calls of extra sanity checking
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
#options WITNESS #Enable checks to detects deadlocks and cycles
#options WITNESS #Enable checks to detect deadlocks and cycles
# To make an SMP kernel, the next line is needed
options SMP # Symmetric MultiProcessor Kernel

View File

@ -74,7 +74,7 @@ options _KPOSIX_PRIORITY_SCHEDULING
options DDB #Enable the kernel debugger
options INVARIANTS #Enable calls of extra sanity checking
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
#options WITNESS #Enable checks to detects deadlocks and cycles
#options WITNESS #Enable checks to detect deadlocks and cycles
# To make an SMP kernel, the next line is needed
options SMP # Symmetric MultiProcessor Kernel

View File

@ -56,7 +56,7 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options DDB #Enable the kernel debugger
options INVARIANTS #Enable calls of extra sanity checking
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
options WITNESS #Enable checks to detects deadlocks and cycles
options WITNESS #Enable checks to detect deadlocks and cycles
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
# To make an SMP kernel, the next two are needed

View File

@ -56,7 +56,7 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options DDB #Enable the kernel debugger
options INVARIANTS #Enable calls of extra sanity checking
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
options WITNESS #Enable checks to detects deadlocks and cycles
options WITNESS #Enable checks to detect deadlocks and cycles
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
# To make an SMP kernel, the next two are needed

View File

@ -62,7 +62,7 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options DDB #Enable the kernel debugger
options INVARIANTS #Enable calls of extra sanity checking
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
options WITNESS #Enable checks to detects deadlocks and cycles
options WITNESS #Enable checks to detect deadlocks and cycles
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
# To make an SMP kernel, the next two are needed

View File

@ -61,7 +61,7 @@ options DDB #Enable the kernel debugger
options BREAK_TO_DEBUGGER #a BREAK on a comconsole drops to DDB
options INVARIANTS #Enable calls of extra sanity checking
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
#options WITNESS #Enable checks to detects deadlocks and cycles
#options WITNESS #Enable checks to detect deadlocks and cycles
# To make an SMP kernel, the next line is needed
options SMP # Symmetric MultiProcessor Kernel