summaryrefslogtreecommitdiff
path: root/libgo/go/crypto/bcrypt/bcrypt.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/crypto/bcrypt/bcrypt.go')
-rw-r--r--libgo/go/crypto/bcrypt/bcrypt.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/crypto/bcrypt/bcrypt.go b/libgo/go/crypto/bcrypt/bcrypt.go
index 97401356228..362b2eb53cb 100644
--- a/libgo/go/crypto/bcrypt/bcrypt.go
+++ b/libgo/go/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