aboutsummaryrefslogtreecommitdiff
path: root/openpgp/write.go
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/write.go')
-rw-r--r--openpgp/write.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/write.go b/openpgp/write.go
index 4ee7178..b89d48b 100644
--- a/openpgp/write.go
+++ b/openpgp/write.go
@@ -402,7 +402,7 @@ func (s signatureWriter) Close() error {
return s.encryptedData.Close()
}
-// noOpCloser is like an ioutil.NopCloser, but for an io.Writer.
+// noOpCloser is like an io.NopCloser, but for an io.Writer.
// TODO: we have two of these in OpenPGP packages alone. This probably needs
// to be promoted somewhere more common.
type noOpCloser struct {