diff --git a/router/java/src/net/i2p/router/tunnelmanager/ClientLeaseSetManagerJob.java b/router/java/src/net/i2p/router/tunnelmanager/ClientLeaseSetManagerJob.java
index c2dee59681a0602503f2289b86d9446163ef6733..a6161d5f0736de29453f9b30100a7f4aa93c0aa6 100644
--- a/router/java/src/net/i2p/router/tunnelmanager/ClientLeaseSetManagerJob.java
+++ b/router/java/src/net/i2p/router/tunnelmanager/ClientLeaseSetManagerJob.java
@@ -113,7 +113,7 @@ class ClientLeaseSetManagerJob extends JobImpl {
      * Determine if the tunnels in the current leaseSet are the same as the 
      * currently available free tunnels
      * 
-     * @return true if the tunnels are /not/ the same, else true if they are
+     * @return true if the tunnels are /not/ the same, else false if they are the same
      */
     private boolean tunnelsChanged() {
         long furthestInFuture = 0;