summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/util.h b/util.h
index e6951ddb8aa..700f056ee38 100644
--- a/util.h
+++ b/util.h
@@ -81,8 +81,7 @@
/**
* kdbus_item_validate_nul - check the validity of an item containing a string
- * @s: String
- * @l: Length of string
+ * @item: Item to check
*
* Validate that a string in a given item matches the given size, and the
* string is \0 terminated.