ext4: fix trivial typo in comment

Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
Wang Sheng-Hui 2012-08-18 22:38:07 -04:00 committed by Theodore Ts'o
parent e3d2e433e3
commit 30cb27d661

View file

@ -3301,7 +3301,7 @@ static int ext4_ext_convert_to_initialized(handle_t *handle,
* to an uninitialized extent. * to an uninitialized extent.
* *
* Writing to an uninitialized extent may result in splitting the uninitialized * 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: * There are three possibilities:
* a> There is no split required: Entire extent should be uninitialized * 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 * b> Splits in two extents: Write is happening at either end of the extent