Commit 434720fa98443c048df62512d3c6aaefb429bdd2

Authored by Masanari Iida
Committed by Jiri Kosina
1 parent cf2fbdd26f

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>

Showing 3 changed files with 3 additions and 3 deletions Side-by-side Diff

... ... @@ -137,7 +137,7 @@
137 137 rwlock_t ext_lock; /* rwlock for consistency */
138 138 unsigned int fofs; /* start offset in a file */
139 139 u32 blk_addr; /* start block address of the extent */
140   - unsigned int len; /* lenth of the extent */
  140 + unsigned int len; /* length of the extent */
141 141 };
142 142  
143 143 /*
... ... @@ -222,7 +222,7 @@
222 222 }
223 223  
224 224 /*
225   - * This function is called from two pathes.
  225 + * This function is called from two paths.
226 226 * One is garbage collection and the other is SSR segment selection.
227 227 * When it is called during GC, it just gets a victim segment
228 228 * and it does not remove it from dirty seglist.
... ... @@ -82,7 +82,7 @@
82 82  
83 83 init_once((void *) fi);
84 84  
85   - /* Initilize f2fs-specific inode info */
  85 + /* Initialize f2fs-specific inode info */
86 86 fi->vfs_inode.i_version = 1;
87 87 atomic_set(&fi->dirty_dents, 0);
88 88 fi->i_current_depth = 1;