Fix comment typo.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1073078 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/framework/src/main/java/org/apache/felix/framework/ServiceRegistrationImpl.java b/framework/src/main/java/org/apache/felix/framework/ServiceRegistrationImpl.java
index e417cdf..0ff2ca4 100644
--- a/framework/src/main/java/org/apache/felix/framework/ServiceRegistrationImpl.java
+++ b/framework/src/main/java/org/apache/felix/framework/ServiceRegistrationImpl.java
@@ -155,7 +155,7 @@
         //    service.
         // 2. The service factory is NOT provided by the bundle providing
         //    the service.
-        // For case 1, we will use the class loaded of the service factory
+        // For case 1, we will use the class loader of the service factory
         // to find the class. For case 2, we will assume we have an extender
         // at work here and always return true, since we have no real way of
         // knowing the wiring of the provider unless we actually get the