summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-04-18 03:41:49 +0000
committerrwatson <rwatson@FreeBSD.org>2002-04-18 03:41:49 +0000
commitfc9f51621b230cc70b7bcd43335e63af4db92178 (patch)
treea467ac83ecf690cba4bc44651e395c95e69f630d /sys/conf
parentb7829d60fef4ef94c68a4c95c5e46126cf910197 (diff)
downloadFreeBSD-src-fc9f51621b230cc70b7bcd43335e63af4db92178.zip
FreeBSD-src-fc9f51621b230cc70b7bcd43335e63af4db92178.tar.gz
Witness doesn't just track mutexes, so don't say mutexes specifically. It
also tracks sxlocks, etc.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES2
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
OpenPOWER on IntegriCloud