mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-27 18:50:47 +00:00
Fixed typo pointed out by Philippe Roussel.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28600 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
da0ba10792
commit
caf92d88c2
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
||||||
if (EINVAL == err)\
|
if (EINVAL == err)\
|
||||||
{\
|
{\
|
||||||
[NSException raise: NSLockException\
|
[NSException raise: NSLockException\
|
||||||
format: @"failed to unlock mutex"];\
|
format: @"failed to lock mutex"];\
|
||||||
}\
|
}\
|
||||||
if (EDEADLK == err)\
|
if (EDEADLK == err)\
|
||||||
{\
|
{\
|
||||||
|
|
Loading…
Reference in a new issue