Skip to content

Commit 602ddfe

Browse files
qmuntaldagood
andauthored
Update cng/hash.go
Co-authored-by: Davis Goodin <dagood@users.noreply.github.com>
1 parent bd38c82 commit 602ddfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cng/hash.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ func hashToID(h hash.Hash) string {
150150

151151
// cloneHash is an interface that defines a Clone method.
152152
//
153-
// hahs.CloneHash will probably be added in Go 1.25, see https://golang.org/issue/69521,
153+
// hash.CloneHash will probably be added in Go 1.25, see https://golang.org/issue/69521,
154154
// but we need it now.
155155
type cloneHash interface {
156156
hash.Hash

0 commit comments

Comments
 (0)