X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=blobdiff_plain;f=src%2Fadns.h;h=343501d109e9435fe67f131d6e1c8bcee60084b6;hp=6c07e64fd7daab798f5f91c69dbabee16a4758ce;hb=06f8e611d7be5a4c745396f423ab5cd6cdc6bfdd;hpb=2b1c6979bb36a0e3a5aaa7f18b0c72b528f886b9 diff --git a/src/adns.h b/src/adns.h index 6c07e64..343501d 100644 --- a/src/adns.h +++ b/src/adns.h @@ -663,7 +663,7 @@ void adns_beforeselect(adns_state ads, int *maxfd, fd_set *readfds, * for adns_firsttimeout. readfds, writefds, exceptfds and maxfd_io may * not be 0. * - * If *now is not 0 then this will never actually do any I/O, or + * If now is not 0 then this will never actually do any I/O, or * change the fds that adns is using or the timeouts it wants. In any * case it won't block. */ @@ -810,9 +810,9 @@ adns_status adns_rr_info(adns_rrtype type, * hostname, as usual, followed by the adns_status value, as an * abbreviation, and then a descriptive string (encoded as if it were * a piece of text), for the address lookup, followed by zero or more - * addresses enclosed in ( and ). If the result was a permanent + * addresses enclosed in ( and ). If the result was a temporary * failure, then a single ? appears instead of the ( ). If the - * result was a temporary failure then an empty pair of parentheses + * result was a permanent failure then an empty pair of parentheses * appears (which a space in between). For example, one of the NS * records for greenend.org.uk comes out like * ns.chiark.greenend.org.uk ok "OK" ( INET 195.224.76.132 )