f2fs: fix a typo in inode.c
authorRuiqi Gong <gongruiqi1@huawei.com>
Thu, 25 Mar 2021 06:38:11 +0000 (02:38 -0400)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 26 Mar 2021 17:27:44 +0000 (10:27 -0700)
Do a trivial typo fix.
s/runing/running

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Ruiqi Gong <gongruiqi1@huawei.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/inode.c

index 349d9cb..5d2253d 100644 (file)
@@ -698,7 +698,7 @@ int f2fs_write_inode(struct inode *inode, struct writeback_control *wbc)
 
        /*
         * We need to balance fs here to prevent from producing dirty node pages
-        * during the urgent cleaning time when runing out of free sections.
+        * during the urgent cleaning time when running out of free sections.
         */
        f2fs_update_inode_page(inode);
        if (wbc && wbc->nr_to_write)