chore: fix comment (#6950)

Signed-off-by: riyueguang <rustruby@outlook.com>
This commit is contained in:
riyueguang
2025-04-12 12:24:17 +08:00
committed by GitHub
parent b06a9496d1
commit ce926b87ed
+1 -1
View File
@@ -210,7 +210,7 @@ func (na NetworkAddress) IsUnixNetwork() bool {
return IsUnixNetwork(na.Network)
}
// IsUnixNetwork returns true if na.Network is
// IsFdNetwork returns true if na.Network is
// fd or fdgram.
func (na NetworkAddress) IsFdNetwork() bool {
return IsFdNetwork(na.Network)