BIND 10 trac2572, updated. f09298e6e1512b32462f41a4ced3dcc1950e18aa [2572] fixed a typo: push vs pop
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jan 10 23:39:30 UTC 2013
The branch, trac2572 has been updated
via f09298e6e1512b32462f41a4ced3dcc1950e18aa (commit)
from 54cbb54f358dd83e6c87f23ed17c5df754a28dc7 (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 f09298e6e1512b32462f41a4ced3dcc1950e18aa
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Jan 10 15:39:38 2013 -0800
[2572] fixed a typo: push vs pop
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/master_lexer.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/master_lexer.h b/src/lib/dns/master_lexer.h
index 6f6ce7d..326556e 100644
--- a/src/lib/dns/master_lexer.h
+++ b/src/lib/dns/master_lexer.h
@@ -499,7 +499,7 @@ public:
/// this way may not make much sense; it can only give an informational
/// hint of the progress.
///
- /// Note also that if a source is pushed, this method will normally return
+ /// 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.
More information about the bind10-changes
mailing list