Browse Source

[2382] comment wording fix

JINMEI Tatuya 12 years ago
parent
commit
9440d65d7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/rdata.cc

+ 1 - 1
src/lib/dns/rdata.cc

@@ -133,7 +133,7 @@ createRdata(const RRType& rrtype, const RRClass& rrclass,
     } catch (const MasterLexer::LexerError& error) {
     } catch (const MasterLexer::LexerError& error) {
         fromtextError(error_issued, lexer, callbacks, &error.token_, "");
         fromtextError(error_issued, lexer, callbacks, &error.token_, "");
     } catch (const Exception& ex) {
     } catch (const Exception& ex) {
-        // Catching all isc::Exception is too broad, and right now we don't
+        // Catching all isc::Exception is too broad, but right now we don't
         // have better granularity.  When we complete #2518 we can make this
         // have better granularity.  When we complete #2518 we can make this
         // finer.
         // finer.
         fromtextError(error_issued, lexer, callbacks, NULL, ex.what());
         fromtextError(error_issued, lexer, callbacks, NULL, ex.what());