Author: rickhall
Date: Mon Feb 21 17:21:04 2011
New Revision: 1073078

URL: http://svn.apache.org/viewvc?rev=1073078&view=rev
Log:
Fix comment typo.

Modified:
    
felix/trunk/framework/src/main/java/org/apache/felix/framework/ServiceRegistrationImpl.java

Modified: 
felix/trunk/framework/src/main/java/org/apache/felix/framework/ServiceRegistrationImpl.java
URL: 
http://svn.apache.org/viewvc/felix/trunk/framework/src/main/java/org/apache/felix/framework/ServiceRegistrationImpl.java?rev=1073078&r1=1073077&r2=1073078&view=diff
==============================================================================
--- 
felix/trunk/framework/src/main/java/org/apache/felix/framework/ServiceRegistrationImpl.java
 (original)
+++ 
felix/trunk/framework/src/main/java/org/apache/felix/framework/ServiceRegistrationImpl.java
 Mon Feb 21 17:21:04 2011
@@ -155,7 +155,7 @@ class ServiceRegistrationImpl implements
         //    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


Reply via email to