Author: toad
Date: 2007-03-05 21:05:39 +0000 (Mon, 05 Mar 2007)
New Revision: 11982

Modified:
   trunk/freenet/src/freenet/support/RandomGrabArrayItem.java
Log:
typo in comment

Modified: trunk/freenet/src/freenet/support/RandomGrabArrayItem.java
===================================================================
--- trunk/freenet/src/freenet/support/RandomGrabArrayItem.java  2007-03-05 
20:55:50 UTC (rev 11981)
+++ trunk/freenet/src/freenet/support/RandomGrabArrayItem.java  2007-03-05 
21:05:39 UTC (rev 11982)
@@ -11,7 +11,7 @@
        /** Can this item be removed from the queue after it has been handled?
         * Called immediately after finding a request to remove.
         * If returns false, the item will remain in the queue and may be 
chosen again.
-        * Note that in the case of SendableGet's, this is called before 
choseKey(), so
+        * Note that in the case of SendableGet's, this is called before 
chooseKey(), so
         * it needs to return true if there are less than two requests on this 
object. */
        public boolean canRemove();



Reply via email to