Fixed javadoc.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1097221 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/LifecycleController.java b/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/LifecycleController.java
index 6723550..afd9295 100644
--- a/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/LifecycleController.java
+++ b/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/LifecycleController.java
@@ -73,7 +73,7 @@
  *     @Stop
  *     public void stop() {
  *         // This method will be called after we invoke our "stop" Runnable, and our service will be
- *         // unregistered after our method returns, as in normal case. Notice that the service won't
+ *         // unregistered before our method is invoked, as in normal case. Notice that the service won't
  *         // be destroyed here, and the "starter" runnable can be re-invoked later.
  *     }
  * }