diff options
Diffstat (limited to 'include/wait_bit.h')
-rw-r--r-- | include/wait_bit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wait_bit.h b/include/wait_bit.h index dc2ffeb..dcc5c4f 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) \ |