From c0876c8cd7fe4ee961f4255b07836f29a81075ca Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 2 May 2016 13:24:53 +0100 Subject: [PATCH] noip.c (decode_inet_addr): Fix doc comment. --- noip.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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, -- 2.11.0