diff --git a/feeds.module b/feeds.module
index 1e2f0a83a33ff36b26b8c4ee8302f1024f44457a..929e18d41cc9fa2d37c63b895d088afc7f54029a 100644
--- a/feeds.module
+++ b/feeds.module
@@ -800,6 +800,8 @@ function feeds_get_plugins_by_type($type) {
 /**
  * Gets an instance of a class for a given plugin and id.
  *
+ * @todo Collapse into FeedsPlugin::instance().
+ *
  * @param $plugin
  *   A string that is the key of the plugin to load.
  * @param $id