Skip to content

Commit

Permalink
ext4: fix trivial typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
  • Loading branch information
Wang Sheng-Hui authored and tytso committed Aug 19, 2012
1 parent e3d2e43 commit 30cb27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ext4/extents.c
Original file line number Diff line number Diff line change
Expand Up @@ -3301,7 +3301,7 @@ static int ext4_ext_convert_to_initialized(handle_t *handle,
* to an uninitialized extent.
*
* Writing to an uninitialized extent may result in splitting the uninitialized
* extent into multiple /initialized uninitialized extents (up to three)
* extent into multiple initialized/uninitialized extents (up to three)
* There are three possibilities:
* a> There is no split required: Entire extent should be uninitialized
* b> Splits in two extents: Write is happening at either end of the extent
Expand Down

0 comments on commit 30cb27d

Please sign in to comment.