We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545effe commit d72e310Copy full SHA for d72e310
internal/semaphore.go
@@ -23,7 +23,7 @@ func NewSemaphore(slots uint64) *Semaphore {
23
}
24
25
26
-// Semaphore is a syncronization primitive that controls access
+// Semaphore is a synchronization primitive that controls access
27
// to a common resource.
28
type Semaphore struct {
29
permits chan struct{}
0 commit comments