chore: fix comment ()

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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)