commit 6f732edf9a2c8479a499fd7766c560613cefc91d
parent 048efff32db858483691b738bf3626ad48d56289
Author: Drew DeVault <sir@cmpwn.com>
Date: Tue, 19 Oct 2021 13:13:13 +0200
iobus: fix typo
Signed-off-by: Drew DeVault <sir@cmpwn.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/iobus/io_uring/ops.ha b/iobus/io_uring/ops.ha
@@ -76,7 +76,7 @@ export fn endwrite(res: result) (size | error) = {
return io_uring::result(res)?: size;
};
-// Prepares an asyncronous close operation.
+// Prepares an asynchronous close operation.
export fn close(bus: *bus, file: file) (handle | queuefull) = {
let sqe = getsqe(bus)?;
let flags = io_uring::flags::NONE;