BIND 10 trac2836, updated. c7b8894303b7e88629c0b838080bfc6097c05ec8 [2836] corrected minor typo in doxygen doc

BIND 10 source code commits bind10-changes at lists.isc.org
Wed May 15 16:57:53 UTC 2013


The branch, trac2836 has been updated
       via  c7b8894303b7e88629c0b838080bfc6097c05ec8 (commit)
      from  d35ac0a1d9375ec6e4c01db0d2107ecf177b7ab8 (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 c7b8894303b7e88629c0b838080bfc6097c05ec8
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed May 15 09:57:29 2013 -0700

    [2836] corrected minor typo in doxygen doc

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

Summary of changes:
 src/lib/datasrc/memory/domaintree.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/domaintree.h b/src/lib/datasrc/memory/domaintree.h
index 827b3d7..4c6199a 100644
--- a/src/lib/datasrc/memory/domaintree.h
+++ b/src/lib/datasrc/memory/domaintree.h
@@ -1301,7 +1301,7 @@ public:
     /// doesn't exist.
     ///
     /// This method normally involves resource allocation.  If it fails
-    /// \c std::bad_alloc will be thrown.  Also, depending on details the
+    /// \c std::bad_alloc will be thrown.  Also, depending on details of the
     /// specific \c MemorySegment, it can propagate the \c MemorySegmentGrown
     /// exception.
     ///
@@ -1312,7 +1312,7 @@ public:
     /// insert operation is "resumable": if the \c insert() method is called
     /// again with the same argument after resolving the cause of the
     /// exception (possibly multiple times), it should now succeed.  Note,
-    /// however, that i case of \c MemorySegmentGrown the address of the
+    /// however, that in case of \c MemorySegmentGrown the address of the
     /// `DomainTree` object may have been reallocated if it was created with
     /// the same \c MemorySegment (which will often be the case in practice).
     /// So the caller may have to re-get the address before calling \c insert



More information about the bind10-changes mailing list