]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modules/dns.h
Fix various documentation comments.
[user/henk/code/inspircd.git] / include / modules / dns.h
index 141951fd30911187ed16a69449f34a114df1ebdc..5b1c426cd5e6644af9af0f6f0a3ae438996473c2 100644 (file)
@@ -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) { }