From: Alexander Barton Date: Wed, 30 Dec 2009 22:45:02 +0000 (+0100) Subject: ReverseLookup(): fix documentation comment X-Git-Tag: rel-16-rc1~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75dabcaae52eb9f2dcfbccc19743670962dbafb3;p=ngircd ReverseLookup(): fix documentation comment --- diff --git a/src/ngircd/resolve.c b/src/ngircd/resolve.c index b1487bef..37d1c51c 100644 --- a/src/ngircd/resolve.c +++ b/src/ngircd/resolve.c @@ -203,7 +203,7 @@ Do_IdentQuery(int identsock, array *resolved_addr) * the IP address in resbuf and returns false. * @param IpAddr ip address to resolve * @param resbuf result buffer to store DNS name/string representation of ip address - * @reslen size of result buffer (must be >= NGT_INET_ADDRSTRLEN) + * @param reslen size of result buffer (must be >= NGT_INET_ADDRSTRLEN) * @return true if reverse lookup successful, false otherwise */ static bool