[PATCH 1/1] fs/dax: fix typo in dax.c
From: Chu Guangqing
Date: Mon Sep 29 2025 - 23:33:21 EST
The comment incorrectly used "percetage" instead of "percentage".
Signed-off-by: Chu Guangqing <chuguangqing@xxxxxxxxxx>
---
fs/fuse/dax.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/fuse/dax.c b/fs/fuse/dax.c
index ac6d4c1064cc..8f6a8bc1bc82 100644
--- a/fs/fuse/dax.c
+++ b/fs/fuse/dax.c
@@ -25,7 +25,7 @@
#define FUSE_DAX_RECLAIM_CHUNK (10)
/*
- * Dax memory reclaim threshold in percetage of total ranges. When free
+ * Dax memory reclaim threshold in percentage of total ranges. When free
* number of free ranges drops below this threshold, reclaim can trigger
* Default is 20%
*/
--
2.47.3