Fix a missing comment marker.

MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
gjb 2017-07-13 20:04:42 +00:00
parent 6419ee87e8
commit 5b63bcfc62

View File

@ -302,7 +302,7 @@ options SX_NOINLINE
# TURNSTILE_PROFILING enables rudimentary profiling of the hash table
# used to hold active lock queues.
# UMTX_PROFILING enables rudimentary profiling of the hash table used
to hold active lock queues.
# to hold active lock queues.
# WITNESS enables the witness code which detects deadlocks and cycles
# during locking operations.
# WITNESS_KDB causes the witness code to drop into the kernel debugger if