net/art: fix comment typo

Updates #7781

Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
David Anderson 2023-07-24 11:04:22 -07:00 committed by Dave Anderson
parent 1e6f0bb608
commit 736a44264f
1 changed files with 1 additions and 1 deletions

View File

@ -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.
//