]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
spelling: eagain
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 13 Jun 2021 22:49:12 +0000 (18:49 -0400)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 14 Jun 2021 09:29:16 +0000 (11:29 +0200)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
net.c

diff --git a/net.c b/net.c
index 38d00cffac5143650f08da1bd4b7c7fd482eb345..57d4dff24dbe1d7776570adfef8a58204a91d984 100644 (file)
--- a/net.c
+++ b/net.c
@@ -463,7 +463,7 @@ ldns_udp_send_from(uint8_t **result, ldns_buffer *qbin,
        }
 
         /* set to nonblocking, so if the checksum is bad, it becomes
-         * an EGAIN error and the ldns_udp_send function does not block,
+         * an EAGAIN error and the ldns_udp_send function does not block,
          * but returns a 'NETWORK_ERROR' much like a timeout. */
         ldns_sock_nonblock(sockfd);