Skip to content

Commit 2f677ff

Browse files
committed
go.crypto/openpgp/packet: fix comment typo.
Thanks to Matt Goodall for pointing this out. Change-Id: I30225299de2a6aba381f38bd753672c1137c3d5f Reviewed-on: https://go-review.googlesource.com/11873 Reviewed-by: Adam Langley <[email protected]>
1 parent cc04154 commit 2f677ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openpgp/packet/public_key.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ func NewRSAPublicKey(creationTime time.Time, pub *rsa.PublicKey) *PublicKey {
193193
return pk
194194
}
195195

196-
// NewDSAPublicKey returns a PublicKey that wraps the given rsa.PublicKey.
196+
// NewDSAPublicKey returns a PublicKey that wraps the given dsa.PublicKey.
197197
func NewDSAPublicKey(creationTime time.Time, pub *dsa.PublicKey) *PublicKey {
198198
pk := &PublicKey{
199199
CreationTime: creationTime,

0 commit comments

Comments
 (0)