Skip to content

Commit d72e310

Browse files
author
jeyanthi
committed
Fixed typo in semaphore.go
1 parent 545effe commit d72e310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/semaphore.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func NewSemaphore(slots uint64) *Semaphore {
2323
}
2424
}
2525

26-
// Semaphore is a syncronization primitive that controls access
26+
// Semaphore is a synchronization primitive that controls access
2727
// to a common resource.
2828
type Semaphore struct {
2929
permits chan struct{}

0 commit comments

Comments
 (0)