BIND 10 trac2541, updated. b193ad87c312d2e6ceb54f0f2746425ba4f59d63 [2541] style and editorial: folded a long line; corrected a typo

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Dec 11 19:11:34 UTC 2012


The branch, trac2541 has been updated
       via  b193ad87c312d2e6ceb54f0f2746425ba4f59d63 (commit)
      from  b1c2cce67f50c0da6ff45744f98142353166482f (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 b193ad87c312d2e6ceb54f0f2746425ba4f59d63
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Dec 11 11:11:28 2012 -0800

    [2541] style and editorial: folded a long line; corrected a typo

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

Summary of changes:
 src/lib/datasrc/database.cc |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/database.cc b/src/lib/datasrc/database.cc
index de43213..b83c401 100644
--- a/src/lib/datasrc/database.cc
+++ b/src/lib/datasrc/database.cc
@@ -43,7 +43,8 @@ using boost::scoped_ptr;
 
 namespace isc {
 namespace datasrc {
-// RAII-style transaction holder; roll back the transaction unless explicitely committed
+// RAII-style transaction holder; roll back the transaction unless explicitly
+// committed
 namespace {
 class TransactionHolder {
 public:



More information about the bind10-changes mailing list