From: Paul Selkirk Date: Wed, 8 May 2013 15:29:02 +0000 (-0400) Subject: [2522] fix a typo X-Git-Tag: bind10-1.2.0beta1-release~430^2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2500cf8f53c5beaa5e9f872458f10650f91b95d;p=thirdparty%2Fkea.git [2522] fix a typo --- diff --git a/src/lib/dns/rdata/any_255/tsig_250.cc b/src/lib/dns/rdata/any_255/tsig_250.cc index 955ddd4548..c54f33a3c4 100644 --- a/src/lib/dns/rdata/any_255/tsig_250.cc +++ b/src/lib/dns/rdata/any_255/tsig_250.cc @@ -199,7 +199,7 @@ TSIG::constructFromLexer(MasterLexer& lexer) { TSIG::TSIG(const std::string& tsig_str) : impl_(NULL) { // We use auto_ptr here because if there is an exception in this // constructor, the destructor is not called and there could be a - // leak of the DNSKEYImpl that constructFromLexer() returns. + // leak of the TSIGImpl that constructFromLexer() returns. std::auto_ptr impl_ptr(NULL); try {