Skip to content

Commit a785d11

Browse files
zcheegopherbot
authored andcommitted
unique: fix typo
Change-Id: I9f66e3d7aa7b546ebf34d6aa8c7a6558bf35ca82 Reviewed-on: https://go-review.googlesource.com/c/go/+/639055 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 2b794ed commit a785d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unique/handle.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func Make[T comparable](value T) Handle[T] {
8989
}
9090

9191
var (
92-
// uniqueMaps is an index of type-specific sync maps used for unique.Make.
92+
// uniqueMaps is an index of type-specific concurrent maps used for unique.Make.
9393
//
9494
// The two-level map might seem odd at first since the HashTrieMap could have "any"
9595
// as its key type, but the issue is escape analysis. We do not want to force lookups

0 commit comments

Comments
 (0)