From: Benny Siegert Date: Mon, 21 Nov 2011 17:11:34 +0000 (-0800) Subject: bcrypt: Correct typo in package comment. X-Git-Tag: weekly.2011-12-01~86 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=85255f99426b97c6663db6c4a5387d7f958f0282;p=gostls13.git bcrypt: Correct typo in package comment. R=golang-dev, gri CC=golang-dev https://golang.org/cl/5415062 --- diff --git a/src/pkg/crypto/bcrypt/bcrypt.go b/src/pkg/crypto/bcrypt/bcrypt.go index 9740135622..362b2eb53c 100644 --- a/src/pkg/crypto/bcrypt/bcrypt.go +++ b/src/pkg/crypto/bcrypt/bcrypt.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Package bcrypt implements Provos and Mazières's bcrypt adapative hashing +// Package bcrypt implements Provos and Mazières's bcrypt adaptive hashing // algorithm. See http://www.usenix.org/event/usenix99/provos/provos.pdf package bcrypt