chore: fix function comment to match actual function name

Signed-off-by: alaningtrump <alaningtrump@outlook.com>
This commit is contained in:
alaningtrump 2026-07-03 11:00:06 +08:00
parent a84945f134
commit 28dd7831d3

View file

@ -8,7 +8,7 @@ import (
"tailscale.com/tailcfg"
)
// TestParseDestinationAndPort tests the splitDestinationAndPort function using table-driven tests.
// TestSplitDestinationAndPort tests the splitDestinationAndPort function using table-driven tests.
func TestSplitDestinationAndPort(t *testing.T) {
testCases := []struct {
input string