diff options
Diffstat (limited to 'src/bus.c')
-rw-r--r-- | src/bus.c | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -630,11 +630,11 @@ fail: * * 1: continue listening * * -1: an error has occurred * However, the function [`bus_read`] will invoke - * `callback` with `message` one time directly after - * it has started listening on the bus. This is to - * the the program now it can safely continue with - * any action that requires that the programs is - * listening on the port. + * `callback` with `message` set to `NULL`one time + * directly after it has started listening on the + * bus. This is to the the program now it can safely + * continue with any action that requires that the + * programs is listening on the bus. * @return 0 on success, -1 on error */ int |