s/mtx_try_enter/mtx_trylock/

This commit is contained in:
Dima Dorfman 2001-05-06 22:04:17 +00:00
parent 079f2df393
commit 563aaa6519

View File

@ -226,7 +226,7 @@ to those objects protected by the mutex
pointed to by
.Fa mutex .
If the mutex can not be immediately acquired
.Fn mtx_try_enter
.Fn mtx_trylock
will return 0,
otherwise the mutex will be acquired
and a non-zero value will be returned.