improve comments.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@38196 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2014-11-22 22:23:57 +00:00
parent ad2da6d93c
commit 31d8deebe8

View file

@ -450,8 +450,9 @@ static inline BOOL timerInvalidated(NSTimer *t)
found = YES;
/* We have to remove the performers before firing, so we copy
* the pointers withoutm releasing the objects, and then set
* the array to be empty.
* the pointers without releasing the objects, and then set
* the performers to be empty. The copied objects in 'array'
* will be released later.
*/
for (i = 0; i < count; i++)
{
@ -487,8 +488,7 @@ static inline BOOL timerInvalidated(NSTimer *t)
}
NSEndMapTableEnumeration(&enumerator);
/*
* Finally, fire the requests.
/* Finally, fire the requests ands release them.
*/
for (i = 0; i < count; i++)
{