]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
fix doxygen comment.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 29 May 2015 09:32:14 +0000 (09:32 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 29 May 2015 09:32:14 +0000 (09:32 +0000)
git-svn-id: file:///svn/unbound/trunk@3430 be551aaa-1e26-0410-a405-d3ace91eadb9

daemon/worker.c

index 4e4593f3b7ba17d54bb28d333445ad9627c1cb00..f4e87289a12303db9254b3262c16dd80f7edb070 100644 (file)
@@ -296,7 +296,7 @@ worker_handle_service_reply(struct comm_point* c, void* arg, int error,
 /** ratelimit error replies
  * @param worker: the worker struct with ratelimit counter
  * @param err: error code that would be wanted.
- * @returned value of err if okay, or -1 if it should be discarded instead.
+ * @return value of err if okay, or -1 if it should be discarded instead.
  */
 static int
 worker_err_ratelimit(struct worker* worker, int err)