summaryrefslogtreecommitdiffstats
path: root/src/confdb
diff options
context:
space:
mode:
Diffstat (limited to 'src/confdb')
-rw-r--r--src/confdb/confdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/confdb/confdb.h b/src/confdb/confdb.h
index b8ad827b7..54b1cbc82 100644
--- a/src/confdb/confdb.h
+++ b/src/confdb/confdb.h
@@ -573,7 +573,7 @@ int confdb_get_string_as_list(struct confdb_ctx *cdb, TALLOC_CTX *ctx,
* @brief Convenience function to retrieve a list of subsections given a
* configuration section name
*
- * @param[in] memctx The parent memory context for the returned list
+ * @param[in] mem_ctx The parent memory context for the returned list
* @param[in] cdb The connection object to the confdb
* @param[in] section The ConfDB section to look for.
* All sections should start with 'config/'.