aboutsummaryrefslogtreecommitdiff
path: root/src/unique
diff options
context:
space:
mode:
authorguoguangwu <guoguangwug@gmail.com>2024-04-25 08:42:27 +0000
committerGopher Robot <gobot@golang.org>2024-04-25 17:41:54 +0000
commita4031ea1f5e0c40717c6f9d608e51ff3cef1a6eb (patch)
tree3e9d832ca1ac7ab98c4a9ed3b9b4a28acee96d6d /src/unique
parent06478e4b4659966e4f5dba1f399da9767995fee5 (diff)
downloadgo-a4031ea1f5e0c40717c6f9d608e51ff3cef1a6eb.tar.gz
go-a4031ea1f5e0c40717c6f9d608e51ff3cef1a6eb.zip
all: fix typos in comments
Change-Id: Ib2e77cff4c10f66316295cbd67f52606cbf9972b GitHub-Last-Rev: 088c033b2d5b743ca7739300ad3e9fdf69846669 GitHub-Pull-Request: golang/go#67032 Reviewed-on: https://go-review.googlesource.com/c/go/+/581675 Auto-Submit: Keith Randall <khr@golang.org> Commit-Queue: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Keith Randall <khr@google.com> Reviewed-by: Keith Randall <khr@golang.org>
Diffstat (limited to 'src/unique')
-rw-r--r--src/unique/handle.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unique/handle.go b/src/unique/handle.go
index d98f8022d7..4d9669162f 100644
--- a/src/unique/handle.go
+++ b/src/unique/handle.go
@@ -102,7 +102,7 @@ var (
cleanupMu sync.Mutex
cleanupFuncsMu sync.Mutex
cleanupFuncs []func()
- cleanupNotify []func() // One-time notifcations when cleanups finish.
+ cleanupNotify []func() // One-time notifications when cleanups finish.
)
type uniqueMap[T comparable] struct {