Skip to content

Commit d557ed0

Browse files
razor-87umputun
authored andcommitted
fix interface name in comment
1 parent 4b7d643 commit d557ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

semaphore.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type Locker interface {
88
TryLock() bool
99
}
1010

11-
// Semaphore implementation, counted lock only. Implements sync.Locker interface, thread safe.
11+
// Semaphore implementation, counted lock only. Implements Locker interface, thread safe.
1212
type semaphore struct {
1313
ch chan struct{}
1414
}

0 commit comments

Comments
 (0)