diff --git a/core/java/src/net/i2p/data/Hash.java b/core/java/src/net/i2p/data/Hash.java index ddf210c54..a57f1ef28 100644 --- a/core/java/src/net/i2p/data/Hash.java +++ b/core/java/src/net/i2p/data/Hash.java @@ -22,7 +22,7 @@ import net.i2p.util.Log; /** * Defines the hash as defined by the I2P data structure spec. - * AA hash is the SHA-256 of some data, taking up 32 bytes. + * A hash is the SHA-256 of some data, taking up 32 bytes. * * @author jrandom */