chore: fix comment

Signed-off-by: riyueguang <rustruby@outlook.com>
This commit is contained in:
riyueguang 2025-04-12 09:34:36 +08:00
parent b06a9496d1
commit 35f77b31ff

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)