fix bad return value when polling for windows messages

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@40000 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2016-07-16 08:25:24 +00:00
parent 39cc09e2ca
commit f8f4bb51e3
4 changed files with 34 additions and 19 deletions

View file

@ -83,7 +83,7 @@ typedef struct{
}
/* Check to see of the thread has been awakened, blocking until it
* does get awakened or until the limit date has been reached.
* A date in the past (or nil) results in a check follwed by an
* A date in the past (or nil) results in a check followed by an
* immediate return.
*/
+ (BOOL) awakenedBefore: (NSDate*)when;