]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
doxygen fix.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 10 Sep 2008 15:43:09 +0000 (15:43 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 10 Sep 2008 15:43:09 +0000 (15:43 +0000)
git-svn-id: file:///svn/unbound/trunk@1228 be551aaa-1e26-0410-a405-d3ace91eadb9

util/netevent.h

index b2959b392ec309a80dc740567a842ee3cab6abb1..ed857b38581a3c73d5efabce31db3da6881b6de5 100644 (file)
@@ -524,7 +524,7 @@ void comm_signal_delete(struct comm_signal* comsig);
  * perform accept(2) with error checking.
  * @param c: commpoint with accept fd.
  * @param addr: remote end returned here.
- * @param len: length of remote end returned here.
+ * @param addrlen: length of remote end returned here.
  * @return new fd, or -1 on error.
  *     if -1, error message has been printed if necessary, simply drop
  *     out of the reading handler.