]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2372] a minor documentation wording correction.
authorJINMEI Tatuya <jinmei@isc.org>
Mon, 12 Nov 2012 19:02:28 +0000 (11:02 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Mon, 12 Nov 2012 19:02:28 +0000 (11:02 -0800)
src/lib/dns/master_lexer_state.h

index 0d00049fabf35896e58c46f25c8b5c50125981e9..86957c5e3fa410fc97ef4a0c6c8680fa8eb0db4e 100644 (file)
@@ -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