Commit 30cb27d6 authored by Wang Sheng-Hui's avatar Wang Sheng-Hui Committed by Theodore Ts'o

ext4: fix trivial typo in comment

Signed-off-by: default avatarWang Sheng-Hui <shhuiw@gmail.com>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent e3d2e433
...@@ -3301,7 +3301,7 @@ static int ext4_ext_convert_to_initialized(handle_t *handle, ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment