From 83e7dce82b11dc077517b066eb639ee00ce1eb77 Mon Sep 17 00:00:00 2001 From: izxl007 Date: Tue, 29 Apr 2025 23:54:45 +0800 Subject: fuse_lowlevel.c: Fix a small spelling mistake Signed-off-by: izxl007 --- lib/fuse_lowlevel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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) { -- cgit v1.2.3