BIND 10 trac2382, updated. 9440d65d7e71ec30e0d268f5f9f5b1980d288b98 [2382] comment wording fix

BIND 10 source code commits bind10-changes at lists.isc.org
Sat Dec 1 16:28:49 UTC 2012


The branch, trac2382 has been updated
       via  9440d65d7e71ec30e0d268f5f9f5b1980d288b98 (commit)
      from  dfd0dd105b4fc8054e3b9cfd1bc5547302f54578 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9440d65d7e71ec30e0d268f5f9f5b1980d288b98
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Sat Dec 1 08:28:37 2012 -0800

    [2382] comment wording fix

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dns/rdata.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/rdata.cc b/src/lib/dns/rdata.cc
index 54644b7..3e1d0a4 100644
--- a/src/lib/dns/rdata.cc
+++ b/src/lib/dns/rdata.cc
@@ -133,7 +133,7 @@ createRdata(const RRType& rrtype, const RRClass& rrclass,
     } catch (const MasterLexer::LexerError& error) {
         fromtextError(error_issued, lexer, callbacks, &error.token_, "");
     } 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
         // finer.
         fromtextError(error_issued, lexer, callbacks, NULL, ex.what());



More information about the bind10-changes mailing list