[PATCH] fs: fs-writeback: Fix a typo

From: lijian_8010a29
Date: Mon Jun 07 2021 - 02:12:17 EST


From: lijian <lijian@xxxxxxxxxx>

Change 'paramters' to 'parameters'.

Signed-off-by: lijian <lijian@xxxxxxxxxx>
---
fs/fs-writeback.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c
index 7c46d1588a19..f827490a41aa 100644
--- a/fs/fs-writeback.c
+++ b/fs/fs-writeback.c
@@ -215,7 +215,7 @@ void wb_wait_for_completion(struct wb_completion *done)
* Parameters for foreign inode detection, see wbc_detach_inode() to see
* how they're used.
*
- * These paramters are inherently heuristical as the detection target
+ * These parameters are inherently heuristical as the detection target
* itself is fuzzy. All we want to do is detaching an inode from the
* current owner if it's being written to by some other cgroups too much.
*
--
2.25.1