summaryrefslogtreecommitdiff
path: root/libgo/go/crypto/xtea/cipher.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/crypto/xtea/cipher.go')
-rw-r--r--libgo/go/crypto/xtea/cipher.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/crypto/xtea/cipher.go b/libgo/go/crypto/xtea/cipher.go
index 64d933c2b67..3ed05814a3b 100644
--- a/libgo/go/crypto/xtea/cipher.go
+++ b/libgo/go/crypto/xtea/cipher.go
@@ -44,7 +44,7 @@ func NewCipher(key []byte) (*Cipher, error) {
}
// BlockSize returns the XTEA block size, 8 bytes.
-// It is necessary to satisfy the Cipher interface in the
+// It is necessary to satisfy the Block interface in the
// package "crypto/cipher".
func (c *Cipher) BlockSize() int { return BlockSize }