aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorEvgeny Ermakov <evgeny.v.ermakov@gmail.com>2020-02-12 01:23:35 +1100
committerGarrett D'Amore <garrett@damore.org>2020-02-13 20:21:09 -0800
commit0a315e4e5f7d90789babba312079462953114e0d (patch)
tree193f07065b2145fca39406420666ee740166e117 /src/core
parentcdda78dbb793e10a5fcbd4748b9d82207ff0f19a (diff)
downloadnng-0a315e4e5f7d90789babba312079462953114e0d.tar.gz
nng-0a315e4e5f7d90789babba312079462953114e0d.tar.bz2
nng-0a315e4e5f7d90789babba312079462953114e0d.zip
Fix typos in comments
Diffstat (limited to 'src/core')
-rw-r--r--src/core/aio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/aio.c b/src/core/aio.c
index a15bb47b..2e38c323 100644
--- a/src/core/aio.c
+++ b/src/core/aio.c
@@ -43,7 +43,7 @@ static nni_aio *nni_aio_expire_aio;
//
// The aio framework is tightly bound up with the taskq framework. We
// "prepare" the task for an aio when a caller marks an aio as starting
-// (with nni_aio_begin), and that marks the task as bus. Then, all we have
+// (with nni_aio_begin), and that marks the task as busy. Then, all we have
// to do is wait for the task to complete (the busy flag to be cleared)
// when we want to know if the operation itself is complete.
//