aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/fuse_lowlevel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fuse_lowlevel.c b/lib/fuse_lowlevel.c
index 8c5d060..e10b937 100644
--- a/lib/fuse_lowlevel.c
+++ b/lib/fuse_lowlevel.c
@@ -185,7 +185,7 @@ void fuse_free_req(fuse_req_t req)
struct fuse_session *se = req->se;
/* XXX: for now no support for interrupts with io-uring
- * It actually might work alreasdy, though. But then would add
+ * It actually might work already, though. But then would add
* a lock across ring queues.
*/
if (se->conn.no_interrupt || req->is_uring) {