Clarify
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 1 May 2010 14:12:34 +0000 (14:12 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 1 May 2010 14:12:34 +0000 (14:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@940034 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/Lifecycle.java

index f4a5724..70ef9e8 100644 (file)
@@ -58,7 +58,7 @@ package org.apache.catalina;
  * STARTED has no effect.
  * 
  * Calling start() while a component is in state NEW will cause init() to be
- * called immediately the start() method is entered.
+ * called immediately after the start() method is entered.
  * 
  * Calling stop() while a component is in states STOPPING_PREP, STOPPING or
  * STOPPED has no effect.