diff options
-rw-r--r-- | sys/conf/NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 1914f54..b314bac 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -123,7 +123,7 @@ options SMP # Symmetric MultiProcessor Kernel # SMP Debugging Options: # # MUTEX_DEBUG enables various extra assertions in the mutex code. -# WITNESS enables the mutex witness code which detects deadlocks and cycles +# WITNESS enables the witness code which detects deadlocks and cycles # during locking operations. # WITNESS_DDB causes the witness code to drop into the kernel debugger if # a lock heirarchy violation occurs or if locks are held when going to |