Author: toad
Date: 2007-12-06 19:40:42 +0000 (Thu, 06 Dec 2007)
New Revision: 16371

Modified:
   trunk/freenet/src/freenet/node/NodeDispatcher.java
Log:
fix comment

Modified: trunk/freenet/src/freenet/node/NodeDispatcher.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeDispatcher.java  2007-12-06 19:32:56 UTC 
(rev 16370)
+++ trunk/freenet/src/freenet/node/NodeDispatcher.java  2007-12-06 19:40:42 UTC 
(rev 16371)
@@ -399,7 +399,7 @@
                }
                ctx = new RoutedContext(m, source);
                routedContexts.put(lid, ctx);
-               // pn == null => originated locally, keep full htl
+               // source == null => originated locally, keep full htl
                double target = m.getDouble(DMT.TARGET_LOCATION);
                if(logMINOR) Logger.minor(this, "id "+id+" from "+source+" htl 
"+htl+" target "+target);
                if(Math.abs(node.lm.getLocation() - target) <= 
Double.MIN_VALUE) {


Reply via email to