Author: sebb
Date: Mon Sep 20 17:21:20 2010
New Revision: 999015

URL: http://svn.apache.org/viewvc?rev=999015&view=rev
Log:
Comment align

Modified:
    
commons/proper/net/trunk/src/main/java/org/apache/commons/net/tftp/TFTPClient.java

Modified: 
commons/proper/net/trunk/src/main/java/org/apache/commons/net/tftp/TFTPClient.java
URL: 
http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/tftp/TFTPClient.java?rev=999015&r1=999014&r2=999015&view=diff
==============================================================================
--- 
commons/proper/net/trunk/src/main/java/org/apache/commons/net/tftp/TFTPClient.java
 (original)
+++ 
commons/proper/net/trunk/src/main/java/org/apache/commons/net/tftp/TFTPClient.java
 Mon Sep 20 17:21:20 2010
@@ -184,7 +184,7 @@ _receivePacket:
                 }
 
                 // The first time we receive we get the port number and
-        // answering host address (for hosts with multiple IPs)
+                // answering host address (for hosts with multiple IPs)
                 if (lastBlock == 0)
                 {
                     hostPort = received.getPort();


Reply via email to