summaryrefslogtreecommitdiff
path: root/fs/f2fs/gc.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2013-03-19 08:03:35 +0900
committerJiri Kosina <jkosina@suse.cz>2013-03-19 09:44:55 +0100
commit434720fa98443c048df62512d3c6aaefb429bdd2 (patch)
tree753a575135cd755f248736b2750362d5b408c72c /fs/f2fs/gc.c
parentcf2fbdd26f80046725a11a80683a03baf27fae82 (diff)
downloadlwn-434720fa98443c048df62512d3c6aaefb429bdd2.tar.gz
lwn-434720fa98443c048df62512d3c6aaefb429bdd2.zip
f2fs: Fix typo in comments
Correct spelling typo in comments Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Namjae Jeon <namjae.jeon@samsung.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/f2fs/gc.c')
-rw-r--r--fs/f2fs/gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/gc.c b/fs/f2fs/gc.c
index 94b8a0c48453..2e3eb2d4fc30 100644
--- a/fs/f2fs/gc.c
+++ b/fs/f2fs/gc.c
@@ -222,7 +222,7 @@ static unsigned int get_gc_cost(struct f2fs_sb_info *sbi, unsigned int segno,
}
/*
- * This function is called from two pathes.
+ * This function is called from two paths.
* One is garbage collection and the other is SSR segment selection.
* When it is called during GC, it just gets a victim segment
* and it does not remove it from dirty seglist.