Author: rfm
Date: Sat Nov 22 23:23:57 2014
New Revision: 38196

URL: http://svn.gna.org/viewcvs/gnustep?rev=38196&view=rev
Log:
improve comments.

Modified:
    libs/base/trunk/Source/NSRunLoop.m

Modified: libs/base/trunk/Source/NSRunLoop.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/base/trunk/Source/NSRunLoop.m?rev=38196&r1=38195&r2=38196&view=diff
==============================================================================
--- libs/base/trunk/Source/NSRunLoop.m  (original)
+++ libs/base/trunk/Source/NSRunLoop.m  Sat Nov 22 23:23:57 2014
@@ -450,8 +450,9 @@
           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 @@
            }
          NSEndMapTableEnumeration(&enumerator);
 
-         /*
-          * Finally, fire the requests.
+         /* Finally, fire the requests ands release them.
           */
          for (i = 0; i < count; i++)
            {


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to