diff options
Diffstat (limited to 'src/fiemap.h')
-rw-r--r-- | src/fiemap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fiemap.h b/src/fiemap.h index 15ddff9a..88a9fa61 100644 --- a/src/fiemap.h +++ b/src/fiemap.h @@ -95,7 +95,7 @@ struct fiemap /* Multiple files in block. Set EXTENT_NOT_ALIGNED. */ # define FIEMAP_EXTENT_DATA_TAIL 0x00000400 -/* Space allocated, but not data (i.e. zero). */ +/* Space allocated, but not data (i.e., zero). */ # define FIEMAP_EXTENT_UNWRITTEN 0x00000800 /* File does not natively support extents. Result merged for efficiency. */ |