diff --git a/apps/susidns/src/java/src/i2p/susi/dns/AddressBean.java b/apps/susidns/src/java/src/i2p/susi/dns/AddressBean.java
index 490a7f34cf3453a72df9b33cf7cf6f1cf99ae7cd..71e95bf43e1771231dcc587f30170493239cde2f 100644
--- a/apps/susidns/src/java/src/i2p/susi/dns/AddressBean.java
+++ b/apps/susidns/src/java/src/i2p/susi/dns/AddressBean.java
@@ -107,7 +107,7 @@ public class AddressBean
 
 	/**
 	 * Ref: java.net.IDN and RFC 3940
-	 * @param name will be converted to lower case
+	 * @param host will be converted to lower case
 	 * @return name converted to lower case and punycoded if necessary
 	 * @throws IAE on various errors or if IDN is needed but not available
 	 * @since 0.8.7