From e977af0eb9b669ab27cc7cd78678dee7eaf8f52f Mon Sep 17 00:00:00 2001 From: jmallett Date: Fri, 3 May 2002 17:59:25 +0000 Subject: Typo fix: detects -> detect. Reviewed by: phk --- sys/sparc64/conf/GENERIC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/sparc64/conf') 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 -- cgit v1.1