Author: toad
Date: 2009-02-13 21:31:10 +0000 (Fri, 13 Feb 2009)
New Revision: 25630

Modified:
   branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherSegment.java
Log:
Fix comment


Modified: 
branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherSegment.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherSegment.java 
2009-02-13 21:28:52 UTC (rev 25629)
+++ branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherSegment.java 
2009-02-13 21:31:10 UTC (rev 25630)
@@ -311,7 +311,7 @@
                                startedDecode = true;
                                finishing = true;
                        } else {
-                               // Avoid hanging when we have one n-1 check 
blocks, we succeed on the last data block,
+                               // Avoid hanging when we have n-1 check blocks, 
we succeed on the last data block,
                                // we don't have the other data blocks, and we 
have nothing else fetching.
                                allFailed = failedBlocks + fatallyFailedBlocks 
> (dataKeys.length + checkKeys.length - minFetched);
                        }

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to