Fix typo
This commit is contained in:
parent
66db0ac52c
commit
a24818ee54
@ -66,7 +66,7 @@ func (l *link) run() {
|
|||||||
}
|
}
|
||||||
l.RUnlock()
|
l.RUnlock()
|
||||||
|
|
||||||
// if nothing to kill don't both with a wasted lock
|
// if nothing to kill don't bother with a wasted lock
|
||||||
if len(kill) == 0 {
|
if len(kill) == 0 {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user