aboutsummaryrefslogtreecommitdiffstats
path: root/src/bus.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bus.c')
-rw-r--r--src/bus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bus.c b/src/bus.c
index 4b2d0f9..6705854 100644
--- a/src/bus.c
+++ b/src/bus.c
@@ -746,7 +746,7 @@ done:
* this function to have been called.
*
* @param bus Bus information
- * @param flags `IPC_NOWAIT` if the bus should fail and set `errno` to
+ * @param flags `BUS_NOWAIT` if the bus should fail and set `errno` to
* `EAGAIN` if there isn't already a message available on
* the bus when `bus_poll` is called
* @return 0 on success, -1 on error