BIND 10 trac2572, updated. bd51648e6e9c8eac8943db455e48b26c8b196b14 [2572] small doc update

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jan 11 17:10:50 UTC 2013


The branch, trac2572 has been updated
       via  bd51648e6e9c8eac8943db455e48b26c8b196b14 (commit)
      from  f09298e6e1512b32462f41a4ced3dcc1950e18aa (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 bd51648e6e9c8eac8943db455e48b26c8b196b14
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Jan 11 09:10:36 2013 -0800

    [2572] small doc update

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

Summary of changes:
 src/lib/dns/master_lexer.h |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/master_lexer.h b/src/lib/dns/master_lexer.h
index 326556e..9363ff5 100644
--- a/src/lib/dns/master_lexer.h
+++ b/src/lib/dns/master_lexer.h
@@ -500,9 +500,10 @@ public:
     /// hint of the progress.
     ///
     /// Note also that if a source is popped, this method will normally return
-    /// a smaller number by definition.  Likewise, the conceptual "read
-    /// cursor" would move backward after a call to \c ungetToken(), in which
-    /// case this method will return a smaller value, too.
+    /// a smaller number by definition (and so will \c getTotalSourceSize()).
+    /// Likewise, the conceptual "read cursor" would move backward after a
+    /// call to \c ungetToken(), in which case this method will return a
+    /// smaller value, too.
     ///
     /// \throw None
     size_t getPosition() const;



More information about the bind10-changes mailing list