From: Wouter Wijngaards Date: Thu, 23 Feb 2017 13:54:04 +0000 (+0000) Subject: Fix doxygen for recent commit. X-Git-Tag: release-1.6.2rc1~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37da5dcdb624ce03334278b652effeec898692ab;p=thirdparty%2Funbound.git Fix doxygen for recent commit. git-svn-id: file:///svn/unbound/trunk@4021 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/sldns/wire2str.h b/sldns/wire2str.h index b92fb744a..e0fda9233 100644 --- a/sldns/wire2str.h +++ b/sldns/wire2str.h @@ -444,7 +444,7 @@ int sldns_wire2str_rcode_buf(int rcode, char* str, size_t len); /** * Convert host format opcode to a string. 'QUERY', 'NOTIFY', 'UPDATE'. * With user buffer. - * @param rcode: rcode as integer in host order + * @param opcode: opcode as integer in host order * @param str: the string to write to. * @param len: length of str. * @return the number of characters for this element, excluding zerobyte.