From c9de43cd5950cc7b700ab05b3068bd6bc0a18dac Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 7 May 2020 18:01:46 +0000 Subject: [PATCH] wgengine/router: fix typo. Signed-off-by: David Anderson --- wgengine/router/router_linux.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wgengine/router/router_linux.go b/wgengine/router/router_linux.go index 462db4980..c57cd7529 100644 --- a/wgengine/router/router_linux.go +++ b/wgengine/router/router_linux.go @@ -25,10 +25,10 @@ import ( // The following bits are added to packet marks for Tailscale use. // // We tried to pick bits sufficiently out of the way that it's -// unlikely to collid with existing uses. We have 4 bytes of mark bits -// to play with. We leave the lower byte alone on the assumption that -// sysadmins would use those. Kubernetes uses a few bits in the second -// byte, so we steer clear of that too. +// unlikely to collide with existing uses. We have 4 bytes of mark +// bits to play with. We leave the lower byte alone on the assumption +// that sysadmins would use those. Kubernetes uses a few bits in the +// second byte, so we steer clear of that too. // // Empirically, most of the documentation on packet marks on the // internet gives the impression that the marks are 16 bits