Skip to content

Commit

Permalink
Updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Mar 8, 2012
1 parent 945bd79 commit de00638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/em.cpp
Expand Up @@ -1478,8 +1478,8 @@ struct sockaddr *name2address (const char *server, int port, int *family, int *b

#ifdef OS_WIN32
// Windows doesn't have inet_pton.
// Make a getaddrinfo call with the supplied server address,
// constraining the hints to ipv6 and seeing if we get any addresses.
// Make a getaddrinfo call with the supplied server address (hostname or ipv6 address),
// We pick the first valid result.
struct addrinfo *result = NULL;
struct addrinfo *ptr = NULL;
struct addrinfo hints;
Expand Down

0 comments on commit de00638

Please sign in to comment.