BIND 10 trac2375-r1, updated. 23b2fe710bb60d7337a67cdaea2fc2d150586f9b [2375] grammar/typo fixes in comments/doc
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Nov 20 07:43:37 UTC 2012
The branch, trac2375-r1 has been updated
via 23b2fe710bb60d7337a67cdaea2fc2d150586f9b (commit)
from 3792c2bf3c21f2b0921632456c362c4bf39ddd09 (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 23b2fe710bb60d7337a67cdaea2fc2d150586f9b
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Nov 20 16:43:22 2012 +0900
[2375] grammar/typo fixes in comments/doc
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/master_lexer.h | 2 +-
src/lib/dns/tests/master_lexer_unittest.cc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/master_lexer.h b/src/lib/dns/master_lexer.h
index 8c3701f..ce16bf4 100644
--- a/src/lib/dns/master_lexer.h
+++ b/src/lib/dns/master_lexer.h
@@ -203,7 +203,7 @@ public:
/// bitwise or (eg. option1 | option 2). See description of available
/// options.
/// \return Next token found in the input. Note that the token refers to
- /// some internal data in in the lexer. It is valid only until
+ /// some internal data in the lexer. It is valid only until
/// getNextToken or ungetToken is called. Also, the token becomes
/// invalid when the lexer is destroyed.
/// \throw isc::InvalidOperation in case the source is not available. This
diff --git a/src/lib/dns/tests/master_lexer_unittest.cc b/src/lib/dns/tests/master_lexer_unittest.cc
index 68fd7c0..78263c4 100644
--- a/src/lib/dns/tests/master_lexer_unittest.cc
+++ b/src/lib/dns/tests/master_lexer_unittest.cc
@@ -281,7 +281,7 @@ TEST_F(MasterLexerTest, getUnbalanced) {
// The string gets out first
EXPECT_EQ(MasterLexer::Token::STRING, lexer.getNextToken().getType());
- // Then an unbalanced parethsis
+ // Then an unbalanced parenthesis
EXPECT_EQ(MasterLexer::Token::UNBALANCED_PAREN,
lexer.getNextToken().getErrorCode());
}
More information about the bind10-changes
mailing list