mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-16 19:51:41 +00:00
remove incorrect comment
This commit is contained in:
parent
f63292cc48
commit
f64bd92ed2
@ -40,7 +40,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type fsm struct {
|
type fsm struct {
|
||||||
mu sync.Mutex // protects events and count
|
mu sync.Mutex
|
||||||
applyEvents []string
|
applyEvents []string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user