diff --git a/[refs] b/[refs] index b8ea54fde20f..38269c2ecb17 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e3d2e433e32a4b7a05818cbc9158037e26c74c8e +refs/heads/master: 30cb27d661f5fdc582add0a9c297946a18ee4a4b diff --git a/trunk/fs/ext4/extents.c b/trunk/fs/ext4/extents.c index 2e56903e8d53..cc6d2b984e8f 100644 --- a/trunk/fs/ext4/extents.c +++ b/trunk/fs/ext4/extents.c @@ -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