From abe5fbbf491b28877f850f9b0ee4179846a7a8b0 Mon Sep 17 00:00:00 2001 From: Alex Chan Date: Thu, 11 Jun 2026 09:42:00 +0100 Subject: [PATCH] all: make this spelling mistake non-existant Updates #cleanup Change-Id: I088aa91218354f6208190c8f6673f9c5a98e65fc Signed-off-by: Alex Chan --- net/netkernelconf/netkernelconf_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/netkernelconf/netkernelconf_linux.go b/net/netkernelconf/netkernelconf_linux.go index b8c165ac5..9157d21c4 100644 --- a/net/netkernelconf/netkernelconf_linux.go +++ b/net/netkernelconf/netkernelconf_linux.go @@ -48,7 +48,7 @@ func CheckUDPGROForwarding(tunInterface, defaultRouteInterface string) (warn, er } defaultHasRxWant, ok := defaultFeatures[rxWantFeature] if !ok { - // unlikely the feature is nonexistant with txFeature in the TUN driver + // unlikely the feature is nonexistent with txFeature in the TUN driver // being added to the kernel later than rxWantFeature, but let's be sure return nil, nil }