summaryrefslogtreecommitdiff
path: root/main/named_acl.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/named_acl.c')
-rw-r--r--main/named_acl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/named_acl.c b/main/named_acl.c
index cd6a8d68d..1638459fe 100644
--- a/main/named_acl.c
+++ b/main/named_acl.c
@@ -195,7 +195,7 @@ void *named_acl_alloc(const char *cat)
* \brief Find a named ACL in a container by its name
*
* \param container ao2container holding the named ACLs
- * \param name of the ACL wanted to be found
+ * \param cat name of the ACL wanted to be found
* \retval pointer to the named ACL if available. Null if not found.
*/
void *named_acl_find(struct ao2_container *container, const char *cat)