aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorizxl007 <zeng.zheng@zte.com.cn>2025-04-29 23:54:45 +0800
committerBernd Schubert <bernd@bsbernd.com>2025-04-29 19:03:01 +0200
commit83e7dce82b11dc077517b066eb639ee00ce1eb77 (patch)
treec423c48ff7889682301dcb50ab0a831081198200 /lib
parentaa2e891b0d9f2fa82ae1a2d3b61f09cb0d5db480 (diff)
downloadlibfuse-83e7dce82b11dc077517b066eb639ee00ce1eb77.tar.gz
fuse_lowlevel.c: Fix a small spelling mistake
Signed-off-by: izxl007 <zeng.zheng@zte.com.cn>
Diffstat (limited to 'lib')
-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) {