summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/ipa_hbac/ipa_hbac.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ipa_hbac/ipa_hbac.h b/src/lib/ipa_hbac/ipa_hbac.h
index 8801c20c4..f9d339c05 100644
--- a/src/lib/ipa_hbac/ipa_hbac.h
+++ b/src/lib/ipa_hbac/ipa_hbac.h
@@ -65,8 +65,8 @@ typedef void (*hbac_debug_fn_t)(const char *file, int line,
...) HBAC_ATTRIBUTE_PRINTF(5, 6);
/**
- * HBAC uses external_debug_fn for logging messages.
- * @param[in|out] external_debug_void Pointer to external logging function.
+ * HBAC uses external_debug_fn for logging messages.
+ * @param[in] external_debug_fn Pointer to external logging function.
*/
void hbac_enable_debug(hbac_debug_fn_t external_debug_fn);