Fixed a comment error (throw ==> fire).


git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@349970 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/framework/src/org/apache/felix/framework/Felix.java b/framework/src/org/apache/felix/framework/Felix.java
index 6083d88..a2c4865 100644
--- a/framework/src/org/apache/felix/framework/Felix.java
+++ b/framework/src/org/apache/felix/framework/Felix.java
@@ -1150,7 +1150,7 @@
         }
         catch (ClassNotFoundException ex)
         {
-            // The spec says we must throw a framework error.
+            // The spec says we must fire a framework error.
             fireFrameworkEvent(
                 FrameworkEvent.ERROR, bundle,
                 new BundleException(ex.getMessage()));