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:
theraven 2009-09-02 16:07:00 +00:00
parent da0ba10792
commit caf92d88c2

View file

@ -48,7 +48,7 @@
if (EINVAL == err)\
{\
[NSException raise: NSLockException\
format: @"failed to unlock mutex"];\
format: @"failed to lock mutex"];\
}\
if (EDEADLK == err)\
{\