diff options
author | Guy Harris <gharris@sonic.net> | 2022-08-06 03:16:07 -0700 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2022-08-06 03:16:07 -0700 |
commit | f2182e5cef559b1fc7b6f02b4c05d93a80203432 (patch) | |
tree | 7a74c0b748b8f6ff909d3169c0fa3fbcd17e7e4a /sockutils.c | |
parent | 38c73f285454b11c48c0a04d798f5393e85879e1 (diff) |
Fix a comment. [skip ci]
Diffstat (limited to 'sockutils.c')
-rw-r--r-- | sockutils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sockutils.c b/sockutils.c index f8e5131f..c2c1528c 100644 --- a/sockutils.c +++ b/sockutils.c @@ -779,8 +779,8 @@ SOCKET sock_open(const char *host, struct addrinfo *addrinfo, int server, int nc i++) { /* - * GEt the numeric address athat - * this error. + * Get the string for the address + * and port that got this error. */ sock_getascii_addrport((struct sockaddr_storage *) addrs_to_try[i].info->ai_addr, errbufptr, (int)bufspaceleft, |