From: Mark Wooding Date: Mon, 2 May 2016 12:24:53 +0000 (+0100) Subject: noip.c (decode_inet_addr): Fix doc comment. X-Git-Tag: 1.2.0~51 X-Git-Url: https://git.distorted.org.uk/~mdw/preload-hacks/commitdiff_plain/c0876c8cd7fe4ee961f4255b07836f29a81075ca noip.c (decode_inet_addr): Fix doc comment. --- diff --git a/noip.c b/noip.c index 5ccc9e2..8a67b64 100644 --- a/noip.c +++ b/noip.c @@ -677,10 +677,10 @@ static int encode_inet_addr(struct sockaddr_un *sun, } /* Decode the Unix address SUN to an Internet address SIN. If AF_HINT is - * nonzero, an empty address (indicative of an unbound Unix-domain socket) of - * the is translated to a wildcard Internet address of the appropriate - * family. Returns zero on success; -1 on failure (e.g., it wasn't one of - * our addresses). + * nonzero, an empty address (indicative of an unbound Unix-domain socket) is + * translated to a wildcard Internet address of the appropriate family. + * Returns zero on success; -1 on failure (e.g., it wasn't one of our + * addresses). */ static int decode_inet_addr(struct sockaddr *sa, int af_hint, const struct sockaddr_un *sun,