diff mbox series

fs: fs-writeback: Fix a typo

Message ID 20210607055500.159160-1-lijian_8010a29@163.com (mailing list archive)
State New, archived
Headers show
Series fs: fs-writeback: Fix a typo | expand

Commit Message

lijian_8010a29@163.com June 7, 2021, 5:55 a.m. UTC
From: lijian <lijian@yulong.com>

Change 'paramters' to 'parameters'.

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

Patch

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.
  *