mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-20 21:51:42 +00:00
wgengine/tstun: fix typo in comment
This commit is contained in:
parent
73cc2d8f89
commit
01098f41d0
@ -376,7 +376,7 @@ func (t *TUN) InjectInboundDirect(buf []byte, offset int) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// InjectInboundCopy takes a packet without leading space,
|
// InjectInboundCopy takes a packet without leading space,
|
||||||
// reallocates it to conform to the InjectInbondDirect interface
|
// reallocates it to conform to the InjectInboundDirect interface
|
||||||
// and calls InjectInboundDirect on it. Injecting a nil packet is a no-op.
|
// and calls InjectInboundDirect on it. Injecting a nil packet is a no-op.
|
||||||
func (t *TUN) InjectInboundCopy(packet []byte) error {
|
func (t *TUN) InjectInboundCopy(packet []byte) error {
|
||||||
// We duplicate this check from InjectInboundDirect here
|
// We duplicate this check from InjectInboundDirect here
|
||||||
|
Loading…
x
Reference in New Issue
Block a user