summaryrefslogtreecommitdiff
path: root/libgo/go/crypto/md5/md5.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/crypto/md5/md5.go')
-rw-r--r--libgo/go/crypto/md5/md5.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/crypto/md5/md5.go b/libgo/go/crypto/md5/md5.go
index a3550cb7dda..ce58d5e713a 100644
--- a/libgo/go/crypto/md5/md5.go
+++ b/libgo/go/crypto/md5/md5.go
@@ -89,7 +89,7 @@ func (d0 *digest) Sum(in []byte) []byte {
}
func (d *digest) checkSum() [Size]byte {
- // Padding. Add a 1 bit and 0 bits until 56 bytes mod 64.
+ // Padding. Add a 1 bit and 0 bits until 56 bytes mod 64.
len := d.len
var tmp [64]byte
tmp[0] = 0x80