Browse Source

[2372] minor editorial cleanup in a comment

JINMEI Tatuya 12 years ago
parent
commit
626a7de9ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/master_lexer.cc

+ 1 - 1
src/lib/dns/master_lexer.cc

@@ -148,7 +148,7 @@ MasterLexer::Token::getErrorText() const {
 namespace master_lexer_internal {
 // Below we implement state classes for state transitions of MasterLexer.
 // Note that these need to be defined here so that they can refer to
-// the details of of MasterLexerImpl.
+// the details of MasterLexerImpl.
 
 typedef MasterLexer::Token Token; // convenience shortcut