summaryrefslogtreecommitdiff
path: root/src/pkg/crypto/blowfish/cipher.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/crypto/blowfish/cipher.go')
-rw-r--r--src/pkg/crypto/blowfish/cipher.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/crypto/blowfish/cipher.go b/src/pkg/crypto/blowfish/cipher.go
index 947f762d8..f3c5175ac 100644
--- a/src/pkg/crypto/blowfish/cipher.go
+++ b/src/pkg/crypto/blowfish/cipher.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.
-// This package implements Bruce Schneier's Blowfish encryption algorithm.
+// Package blowfish implements Bruce Schneier's Blowfish encryption algorithm.
package blowfish
// The code is a port of Bruce Schneier's C implementation.