From da8cd5cc7fa5b1191239b39c83a4ade8ea98ca11 Mon Sep 17 00:00:00 2001 From: Simon Law Date: Fri, 22 May 2026 22:19:10 -0700 Subject: [PATCH] ipn/ipnlocal: fix documentation typo, NodeAttrCacheNetworkMaps (#19851) Updates #cleanup Signed-off-by: Simon Law --- ipn/ipnlocal/local.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipn/ipnlocal/local.go b/ipn/ipnlocal/local.go index 9b9ea58fb..91f8b7f3c 100644 --- a/ipn/ipnlocal/local.go +++ b/ipn/ipnlocal/local.go @@ -2925,7 +2925,7 @@ func (b *LocalBackend) startLocked(opts ipn.Options) error { // policy (as we have not yet spoken to the control plane). // // However, since we do not create or update a netmap cache unless we observe the - // [tailcfg.NodeAttrCachedNetworkMaps] capability, we can use the presence + // [tailcfg.NodeAttrCacheNetworkMaps] capability, we can use the presence // of the cached netmap as a signal that we were expected to do so as of the // last time we updated the cache. //