summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/conf
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-05-03 17:59:25 +0000
committerjmallett <jmallett@FreeBSD.org>2002-05-03 17:59:25 +0000
commite977af0eb9b669ab27cc7cd78678dee7eaf8f52f (patch)
tree65619e4889b1209b30a85c4761e528bd090576f6 /sys/sparc64/conf
parent569efacf6636cd41c8173c390e9786e92872579f (diff)
downloadFreeBSD-src-e977af0eb9b669ab27cc7cd78678dee7eaf8f52f.zip
FreeBSD-src-e977af0eb9b669ab27cc7cd78678dee7eaf8f52f.tar.gz
Typo fix: detects -> detect.
Reviewed by: phk
Diffstat (limited to 'sys/sparc64/conf')
-rw-r--r--sys/sparc64/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index d938cf6..cf6d431 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -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
OpenPOWER on IntegriCloud