diff options
author | Wang Sheng-Hui <shhuiw@gmail.com> | 2012-08-18 22:38:07 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2012-08-18 22:38:07 -0400 |
commit | 30cb27d661f5fdc582add0a9c297946a18ee4a4b (patch) | |
tree | 6a04811083000e02f421f90a8c2c68e40721bba4 /fs/ext4/extents.c | |
parent | e3d2e433e32a4b7a05818cbc9158037e26c74c8e (diff) |
ext4: fix trivial typo in comment
Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/extents.c')
-rw-r--r-- | fs/ext4/extents.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c index 2e56903e8d53..cc6d2b984e8f 100644 --- a/fs/ext4/extents.c +++ b/fs/ext4/extents.c | |||
@@ -3301,7 +3301,7 @@ out: | |||
3301 | * to an uninitialized extent. | 3301 | * to an uninitialized extent. |
3302 | * | 3302 | * |
3303 | * Writing to an uninitialized extent may result in splitting the uninitialized | 3303 | * Writing to an uninitialized extent may result in splitting the uninitialized |
3304 | * extent into multiple /initialized uninitialized extents (up to three) | 3304 | * extent into multiple initialized/uninitialized extents (up to three) |
3305 | * There are three possibilities: | 3305 | * There are three possibilities: |
3306 | * a> There is no split required: Entire extent should be uninitialized | 3306 | * a> There is no split required: Entire extent should be uninitialized |
3307 | * b> Splits in two extents: Write is happening at either end of the extent | 3307 | * b> Splits in two extents: Write is happening at either end of the extent |