Fixed comment of create_plugin_enumerator.

This commit is contained in:
Tobias Brunner
2011-10-14 10:05:46 +02:00
committed by Martin Willi
parent 076aa51fc9
commit 40e856fada
+3 -3
View File
@@ -59,9 +59,9 @@ struct plugin_loader_t {
/** /**
* Create an enumerator over all loaded plugins. * Create an enumerator over all loaded plugins.
* *
* In addition to the plugin, a to read-only list is enumerated (if it is * In addition to the plugin, the enumerator returns a list of pointers to
* not NULL). This list contains pointer to plugin features currently * plugin features currently loaded (if the argument is not NULL).
* loaded. * This list is to be read only.
* *
* @return enumerator over plugin_t*, linked_list_t* * @return enumerator over plugin_t*, linked_list_t*
*/ */