1
0
mirror of https://github.com/golang/go synced 2024-11-24 23:27:57 -07:00

bcrypt: Correct typo in package comment.

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5415062
This commit is contained in:
Benny Siegert 2011-11-21 09:11:34 -08:00 committed by Robert Griesemer
parent 6c9f466273
commit 85255f9942

View 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