net/tstun: fix typo in doc

Updates #cleanup

Change-Id: Icaca974237cf678f3e036b1dfdd2f2e5082483db
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
pull/17360/head
Brad Fitzpatrick 2 months ago committed by Brad Fitzpatrick
parent 2c956e30be
commit 1803226945

@ -21,7 +21,7 @@ import (
"tailscale.com/types/logger"
)
// CrateTAP is the hook set by feature/tap.
// CreateTAP is the hook set by feature/tap.
var CreateTAP feature.Hook[func(logf logger.Logf, tapName, bridgeName string) (tun.Device, error)]
// modprobeTunHook is a Linux-specific hook to run "/sbin/modprobe tun".

Loading…
Cancel
Save