Small change to a comment.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1676315 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/framework/src/main/java/org/apache/felix/framework/Felix.java b/framework/src/main/java/org/apache/felix/framework/Felix.java
index ab12322..f3f7fbb 100644
--- a/framework/src/main/java/org/apache/felix/framework/Felix.java
+++ b/framework/src/main/java/org/apache/felix/framework/Felix.java
@@ -2675,7 +2675,7 @@
     void uninstallBundle(BundleImpl bundle) throws BundleException
     {
         // Populate a set of refresh candidates. This also includes any bundles that this bundle
-        // is importing packages from but have previously been uninstalled.
+        // is wired to but have previously been uninstalled.
         List<Bundle> refreshCandidates = new ArrayList<Bundle>();
         refreshCandidates.add(bundle); // Add this bundle first, so that it gets refreshed first later on
         BundleRevisions bundleRevisions = bundle.adapt(BundleRevisions.class);