Fix a missing comment marker.

MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2017-07-13 20:04:42 +00:00
parent 8d92040b75
commit 27c8e6b81e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320969

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