diff options
Diffstat (limited to 'usr/src/lib/libfakekernel/common/sys/mutex.h')
-rw-r--r-- | usr/src/lib/libfakekernel/common/sys/mutex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libfakekernel/common/sys/mutex.h b/usr/src/lib/libfakekernel/common/sys/mutex.h index 0301cc24f5..1eb400fad7 100644 --- a/usr/src/lib/libfakekernel/common/sys/mutex.h +++ b/usr/src/lib/libfakekernel/common/sys/mutex.h @@ -49,7 +49,7 @@ extern "C" { * either MUTEX_ADAPTIVE or MUTEX_SPIN depending on the iblock cookie. * * Mutex statistics can be gathered on the fly, without rebooting or - * recompiling the kernel, via the lockstat driver (lockstat(7D)). + * recompiling the kernel, via the lockstat driver (lockstat(4D)). */ typedef enum { MUTEX_ADAPTIVE = 0, /* spin if owner is running, otherwise block */ |