From 952ee5cc603a5231348b8cfab18ee85a097f5394 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 31 Mar 2021 10:38:54 +0100 Subject: Fix various documentation comments. --- include/modules/dns.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/modules/dns.h') diff --git a/include/modules/dns.h b/include/modules/dns.h index 141951fd3..5b1c426cd 100644 --- a/include/modules/dns.h +++ b/include/modules/dns.h @@ -182,12 +182,12 @@ namespace DNS } /** Called when this request succeeds - * @param r The query sent back from the nameserver + * @param req The query sent back from the nameserver */ virtual void OnLookupComplete(const Query* req) = 0; /** Called when this request fails or times out. - * @param r The query sent back from the nameserver, check the error code. + * @param req The query sent back from the nameserver, check the error code. */ virtual void OnError(const Query* req) { } -- cgit v1.2.3