Typo.
This commit is contained in:
parent
92cc6a0f43
commit
d350b0f0d4
@ -112,7 +112,7 @@ void
|
|||||||
BLocker::Unlock()
|
BLocker::Unlock()
|
||||||
{
|
{
|
||||||
// The Be Book explicitly allows any thread, not just the lock owner, to
|
// The Be Book explicitly allows any thread, not just the lock owner, to
|
||||||
// unlock. This is bad practise and Haiku should not allow it.
|
// unlock. This is bad practice and Haiku should not allow it.
|
||||||
if (!IsLocked())
|
if (!IsLocked())
|
||||||
debugger("Trying to unlock from the wrong thread (#6400)");
|
debugger("Trying to unlock from the wrong thread (#6400)");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user