From: JINMEI Tatuya Date: Fri, 11 Jan 2013 17:10:36 +0000 (-0800) Subject: [2572] small doc update X-Git-Tag: bind10-1.0.0-rc-release~95^2~11^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd51648e6e9c8eac8943db455e48b26c8b196b14;p=thirdparty%2Fkea.git [2572] small doc update --- diff --git a/src/lib/dns/master_lexer.h b/src/lib/dns/master_lexer.h index 326556eb9d..9363ff5e6b 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;