summaryrefslogtreecommitdiff
path: root/include/wait_bit.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wait_bit.h')
-rw-r--r--include/wait_bit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wait_bit.h b/include/wait_bit.h
index dc2ffeb2c2..dcc5c4fd39 100644
--- a/include/wait_bit.h
+++ b/include/wait_bit.h
@@ -31,7 +31,7 @@
* @param set Selects wait condition (bit set or clear)
* @param timeout_ms Timeout (in milliseconds)
* @param breakable Enables CTRL-C interruption
- * @return 0 on success, -ETIMEDOUT or -EINTR on failure
+ * Return: 0 on success, -ETIMEDOUT or -EINTR on failure
*/
#define BUILD_WAIT_FOR_BIT(sfx, type, read) \