From 85255f99426b97c6663db6c4a5387d7f958f0282 Mon Sep 17 00:00:00 2001 From: Benny Siegert Date: Mon, 21 Nov 2011 09:11:34 -0800 Subject: [PATCH] bcrypt: Correct typo in package comment. R=golang-dev, gri CC=golang-dev https://golang.org/cl/5415062 --- src/pkg/crypto/bcrypt/bcrypt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.51.0