]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2522] fix a typo
authorPaul Selkirk <pselkirk@isc.org>
Wed, 8 May 2013 15:29:02 +0000 (11:29 -0400)
committerPaul Selkirk <pselkirk@isc.org>
Thu, 16 May 2013 03:37:33 +0000 (23:37 -0400)
src/lib/dns/rdata/any_255/tsig_250.cc

index 955ddd454807d407d46954eeb70a51fce40eec0e..c54f33a3c494272e15b2f2530395b768eaaf3c73 100644 (file)
@@ -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<TSIGImpl> impl_ptr(NULL);
 
     try {