aboutsummaryrefslogtreecommitdiff
path: root/src/unique/handle.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/unique/handle.go')
-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 {