Browse Source

[2375] fixed a typo in a comment

JINMEI Tatuya 12 years ago
parent
commit
5069933d08
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/tests/master_lexer_unittest.cc

+ 1 - 1
src/lib/dns/tests/master_lexer_unittest.cc

@@ -324,7 +324,7 @@ TEST_F(MasterLexerTest, ungetSimple) {
     // Prepare the token to get and return
     const std::string expected = "234";
     const MasterLexer::Token token(MasterLexer::Token::END_OF_LINE);
-    // Change the internal state with it too. So we can check it is retured.
+    // Change the internal state with it too. So we can check it is returned.
     scoped_ptr<const State> state(State::getFakeState(NULL, 3, &token, 1,
                                                       &false_value,
                                                       boost::bind(&checkInput,