From: Tobias Brunner Date: Thu, 22 Sep 2011 16:00:11 +0000 (+0200) Subject: Fixed comment of create_plugin_enumerator. X-Git-Tag: 4.6.0~171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40e856fada234aa6acc29b95824729e45d085c40;p=thirdparty%2Fstrongswan.git Fixed comment of create_plugin_enumerator. --- diff --git a/src/libstrongswan/plugins/plugin_loader.h b/src/libstrongswan/plugins/plugin_loader.h index ea36bb147b..da35b4d730 100644 --- a/src/libstrongswan/plugins/plugin_loader.h +++ b/src/libstrongswan/plugins/plugin_loader.h @@ -59,9 +59,9 @@ struct plugin_loader_t { /** * Create an enumerator over all loaded plugins. * - * In addition to the plugin, a to read-only list is enumerated (if it is - * not NULL). This list contains pointer to plugin features currently - * loaded. + * In addition to the plugin, the enumerator returns a list of pointers to + * plugin features currently loaded (if the argument is not NULL). + * This list is to be read only. * * @return enumerator over plugin_t*, linked_list_t* */