mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
Fix some typos (#1515)
This commit is contained in:
parent
d30ad0a7fd
commit
23685cfbd1
2
evdns.c
2
evdns.c
@ -5606,7 +5606,7 @@ evdns_getaddrinfo(struct evdns_base *dns_base,
|
|||||||
|
|
||||||
/* Now try to see if we _can_ answer immediately. */
|
/* Now try to see if we _can_ answer immediately. */
|
||||||
/* (It would be nice to do this by calling getaddrinfo directly, with
|
/* (It would be nice to do this by calling getaddrinfo directly, with
|
||||||
* AI_NUMERICHOST, on plaforms that have it, but we can't: there isn't
|
* AI_NUMERICHOST, on platforms that have it, but we can't: there isn't
|
||||||
* a reliable way to distinguish the "that wasn't a numeric host!" case
|
* a reliable way to distinguish the "that wasn't a numeric host!" case
|
||||||
* from any other EAI_NONAME cases.) */
|
* from any other EAI_NONAME cases.) */
|
||||||
err = evutil_getaddrinfo_common_(nodename, servname, &hints, &res, &port);
|
err = evutil_getaddrinfo_common_(nodename, servname, &hints, &res, &port);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user