aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2011-09-22 18:00:11 +0200
committerMartin Willi <martin@revosec.ch>2011-10-14 10:05:46 +0200
commit40e856fada234aa6acc29b95824729e45d085c40 (patch)
tree57d1c25a03d53e57daed0f62b8d96f4081475d02 /src
parent076aa51fc9f9a14b90a0dea4ecbb9278976599f1 (diff)
downloadstrongswan-40e856fada234aa6acc29b95824729e45d085c40.tar.bz2
strongswan-40e856fada234aa6acc29b95824729e45d085c40.tar.xz
Fixed comment of create_plugin_enumerator.
Diffstat (limited to 'src')
-rw-r--r--src/libstrongswan/plugins/plugin_loader.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libstrongswan/plugins/plugin_loader.h b/src/libstrongswan/plugins/plugin_loader.h
index ea36bb147..da35b4d73 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*
*/