Index: java/net/InetAddress.java =================================================================== RCS file: /cvsroot/classpath/classpath/java/net/InetAddress.java,v retrieving revision 1.40 diff -u -r1.40 InetAddress.java --- java/net/InetAddress.java 26 Apr 2005 07:44:07 -0000 1.40 +++ java/net/InetAddress.java 29 Apr 2005 05:36:10 -0000 @@ -560,8 +560,10 @@ } /** - * If host is a valid numeric IP address, return the numeric address. + * If hostname is a valid numeric IP address, return the numeric address. * Otherwise, return null. + * + * @param hostname the name of the host */ private static byte[] aton(String hostname) {