From af4c08675825fbf28f64b6ea4af6a1b9f0576f23 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 9 Nov 2020 23:20:38 -0800 Subject: Minor spelling tweaks for the aio framework. --- src/transport/ipc/ipc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/transport/ipc') diff --git a/src/transport/ipc/ipc.c b/src/transport/ipc/ipc.c index a0b22506..16fbc42b 100644 --- a/src/transport/ipc/ipc.c +++ b/src/transport/ipc/ipc.c @@ -318,7 +318,7 @@ ipc_pipe_send_cb(void *arg) nni_aio_set_msg(aio, NULL); nni_msg_free(msg); - nni_aio_finish_synch(aio, 0, n); + nni_aio_finish_sync(aio, 0, n); } static void @@ -407,7 +407,7 @@ ipc_pipe_recv_cb(void *arg) nni_mtx_unlock(&p->mtx); nni_aio_set_msg(aio, msg); - nni_aio_finish_synch(aio, 0, n); + nni_aio_finish_sync(aio, 0, n); return; error: -- cgit v1.2.3-70-g09d2