aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gpiod.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/gpiod.h b/include/gpiod.h
index eb42bbd..d13c97a 100644
--- a/include/gpiod.h
+++ b/include/gpiod.h
@@ -499,7 +499,8 @@ gpiod_line_bulk_num_lines(struct gpiod_line_bulk *bulk)
(lineptr)++, (line) = *(lineptr))
/**
- * @brief Iterate over all line handles held by a line bulk object.
+ * @brief Iterate over all line handles held by a line bulk object (integer
+ * counter variant).
* @param bulk Line bulk object.
* @param line GPIO line handle. On each iteration, the subsequent line handle
* is assigned to this pointer.