Skip to content
Snippets Groups Projects
Commit 09cb0f49 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

acl: fixed typo

parent 63bc4988
Branches
Tags
No related merge requests found
......@@ -72,9 +72,9 @@ void acl_delete(acl_t **acl);
* \brief Insert new ACL match.
*
* \param acl Pointer to ACL instance.
* \param addr Netblock address.
* \param address Netblock prefix.
* \param val Value to be stored for given address (or NULL).
* \param addr Address.
* \param prefix Netblock prefix.
* \param key TSIG key.
*
* \retval KNOT_EOK if successful.
* \retval KNOT_EINVAL
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment