]> granicus.if.org Git - pdns/commitdiff
ALIAS: fix comment
authorPieter Lexis <pieter.lexis@powerdns.com>
Wed, 23 May 2018 16:22:13 +0000 (18:22 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Wed, 23 May 2018 16:22:13 +0000 (18:22 +0200)
pdns/dnsproxy.cc

index 5c628f016147bff0569eb01394c2ff440f76403a..6cad953fb89a27d0567ca999f16bb85aea9edb52 100644 (file)
@@ -87,7 +87,7 @@ void DNSProxy::go()
   pthread_create(&tid,0,&launchhelper,this);
 }
 
-//! look up qname aname with r->qtype, plonk it in the answer section of 'r' with name target
+//! look up qname target with r->qtype, plonk it in the answer section of 'r' with name aname
 bool DNSProxy::completePacket(DNSPacket *r, const DNSName& target,const DNSName& aname)
 {
   if(r->d_tcp) {