Browse Source

[2372] a minor documentation wording correction.

JINMEI Tatuya 12 years ago
parent
commit
a49d071d00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/master_lexer_state.h

+ 1 - 1
src/lib/dns/master_lexer_state.h

@@ -35,7 +35,7 @@ namespace master_lexer_internal {
 /// context, and updates it as necessary; each \c State derived class is
 /// completely stateless.
 ///
-/// The initial transition takes place a static method of the base class,
+/// The initial transition takes place in a static method of the base class,
 /// \c start().  This is mainly for implementation convenience; we need to
 /// pass options given to \c MasterLexer::getNextToken() for the initial
 /// state, so it makes more sense to separate the interface for the transition