]> Cypherpunks repositories - gostls13.git/commitdiff
bcrypt: Correct typo in package comment.
authorBenny Siegert <bsiegert@gmail.com>
Mon, 21 Nov 2011 17:11:34 +0000 (09:11 -0800)
committerRobert Griesemer <gri@golang.org>
Mon, 21 Nov 2011 17:11:34 +0000 (09:11 -0800)
R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5415062

src/pkg/crypto/bcrypt/bcrypt.go

index 9740135622849210e8e3db8d588bcdeec65fd9cc..362b2eb53cb23a1cee45e671a0e744549cb25d75 100644 (file)
@@ -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