mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
ad2da6d93c
commit
31d8deebe8
1 changed files with 4 additions and 4 deletions
|
@ -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++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue