aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/control/controller.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2011-05-19 16:18:30 +0200
committerTobias Brunner <tobias@strongswan.org>2011-07-06 09:43:45 +0200
commite26304348c80697ae299081567bddf1acbf022e2 (patch)
tree8566f2a7cc12d8653ef6d46fe1a360b535f14c60 /src/libcharon/control/controller.h
parent28623fc5389829858c78c759a214aa5c64ea26c6 (diff)
downloadstrongswan-e26304348c80697ae299081567bddf1acbf022e2.tar.bz2
strongswan-e26304348c80697ae299081567bddf1acbf022e2.tar.xz
Replaced simple iterator usages.
Diffstat (limited to 'src/libcharon/control/controller.h')
-rw-r--r--src/libcharon/control/controller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/control/controller.h b/src/libcharon/control/controller.h
index 738c1d409..81c83d9a2 100644
--- a/src/libcharon/control/controller.h
+++ b/src/libcharon/control/controller.h
@@ -65,7 +65,7 @@ struct controller_t {
* Create an enumerator for all IKE_SAs.
*
* The enumerator blocks the IKE_SA manager until it gets destroyed. Do
- * not call another interface/manager method while the iterator is alive.
+ * not call another interface/manager method while the enumerator is alive.
*
* @param wait TRUE to wait for checked out SAs, FALSE to skip
* @return enumerator, locks IKE_SA manager until destroyed