diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-05-16 17:25:39 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-05-16 17:25:39 +0200 |
commit | dac026417994a8d1c22f4be1072a3882d8d34502 (patch) | |
tree | f7363704c673e6692298c58b38f645b1b478b22d | |
parent | update dist (diff) | |
download | bus-dac026417994a8d1c22f4be1072a3882d8d34502.tar.gz bus-dac026417994a8d1c22f4be1072a3882d8d34502.tar.bz2 bus-dac026417994a8d1c22f4be1072a3882d8d34502.tar.xz |
m fix doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/bus.c | 2 | ||||
-rw-r--r-- | src/bus.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -206,7 +206,7 @@ int bus_read(const bus_t *bus, int (*callback)(const char *message, void *user_d * 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 |