From 736a44264f646858d59f8ebaa264853463fb4328 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 24 Jul 2023 11:04:22 -0700 Subject: [PATCH] net/art: fix comment typo Updates #7781 Signed-off-by: David Anderson --- net/art/table.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/art/table.go b/net/art/table.go index 2479cfbf1..59c158fb2 100644 --- a/net/art/table.go +++ b/net/art/table.go @@ -276,7 +276,7 @@ func (t *Table[T]) Insert(pfx netip.Prefix, val *T) { } else { // pfx lives in a different child subtree of // intermediate. By definition this subtree doesn't - // exist at all, otherwise we'd never have entereed + // exist at all, otherwise we'd never have entered // this entire "wrong turn" codepath in the first // place. //