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
committed by nblock
parent a84945f134
commit 048308511c
+1 -1
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