1
0
mirror of https://github.com/golang/go synced 2024-11-16 20:34:51 -07:00
This commit is contained in:
Mateusz Poliwczak 2022-11-11 08:28:42 +01:00
parent 628e53f3bc
commit f33540ef8f

View File

@ -351,7 +351,7 @@ func isGateway(h string) bool {
return stringsEqualFold(h, "_gateway")
}
// isGateway reports whether h should be considered a "outbound"
// isOutbound reports whether h should be considered a "outbound"
// name for the myhostname NSS module.
func isOutbound(h string) bool {
return stringsEqualFold(h, "_outbound")