diff options
author | Sadie Powell <sadie@witchery.services> | 2021-03-31 10:38:54 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-03-31 10:51:51 +0100 |
commit | 952ee5cc603a5231348b8cfab18ee85a097f5394 (patch) | |
tree | af56b96d229f931ace18fcf69a35614b5921e289 /include/modules/dns.h | |
parent | 8c3c4f8e8274a598b4ba573f9eabfd0940d2e88d (diff) |
Fix various documentation comments.
Diffstat (limited to 'include/modules/dns.h')
-rw-r--r-- | include/modules/dns.h | 4 |
1 files changed, 2 insertions, 2 deletions
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) { } |