mirror of
https://github.com/tailscale/tailscale.git
synced 2025-03-31 21:42:24 +00:00
wgengine/magicsock: fix typo in comment
This commit is contained in:
parent
07c3df13c6
commit
9b4e50cec0
@ -358,7 +358,7 @@ type activeDerp struct {
|
|||||||
writeCh chan<- derpWriteRequest
|
writeCh chan<- derpWriteRequest
|
||||||
// lastWrite is the time of the last request for its write
|
// lastWrite is the time of the last request for its write
|
||||||
// channel (currently even if there was no write).
|
// channel (currently even if there was no write).
|
||||||
// It is always non-nil and initialized to a non-zero Time[
|
// It is always non-nil and initialized to a non-zero Time.
|
||||||
lastWrite *time.Time
|
lastWrite *time.Time
|
||||||
createTime time.Time
|
createTime time.Time
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user