fixed javadoc
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@953574 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/Service.java b/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/Service.java
index 725e588..2c59b6f 100644
--- a/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/Service.java
+++ b/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/Service.java
@@ -28,7 +28,7 @@
* By default, all directly implemented interfaces are registered into the OSGi registry,
* and the Service is instantiated automatically, when the Service' bundle is started and
* when the Service dependencies are available. If you need to take control of when and how
- * much Service instances are getting created, then you can use the <code>factory</code>
+ * much Service instance must be created, then you can use the <code>factory</code>
* Service attribute.<p>
* If a <code>factory</code> attribute is set, the Service is not started automatically
* during bundle startup, and a <code>java.util.Set<Dictionary></code>