From dac026417994a8d1c22f4be1072a3882d8d34502 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 16 May 2015 17:25:39 +0200 Subject: m fix doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/bus.c | 2 +- src/bus.h | 2 +- 2 files changed, 2 insertions(+), 2 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 diff --git a/src/bus.h b/src/bus.h index 2cd534b..8c73677 100644 --- a/src/bus.h +++ b/src/bus.h @@ -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 -- cgit v1.2.3-70-g09d2