diff options
Diffstat (limited to 'src/manager/storage.h')
-rw-r--r-- | src/manager/storage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manager/storage.h b/src/manager/storage.h index d8e8b7479..69459e5aa 100644 --- a/src/manager/storage.h +++ b/src/manager/storage.h @@ -41,7 +41,7 @@ struct storage_t { int (*login)(storage_t *this, char *username, char *password); /** - * Create an iterator over the gateways. + * Create an enumerator over the gateways. * * enumerate() arguments: int id, char *name, int port, char *address * If port is 0, address is a Unix socket address. |