Commit 391e082c authored by Adam Langley's avatar Adam Langley

crypto/md5: fix comment typo.

Fixes #210.

R=rsc
CC=golang-dev
https://golang.org/cl/155057
parent dc3b4932
......@@ -38,7 +38,7 @@ func (d *digest) Reset() {
d.len = 0;
}
// New returns a hash.Hash computing the SHA1 checksum.
// New returns a new hash.Hash computing the MD5 checksum.
func New() hash.Hash {
d := new(digest);
d.Reset();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment