mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
ext4/308: Fix misspelling in comment
Just fix three word misspellings in one commet. Signed-off-by: Ma Feng <mafeng.ma@huawei.com> Reviewed-by: Eryu Guan <guaneryu@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
committed by
Eryu Guan
parent
35200671b3
commit
0a1791f259
+1
-1
@@ -48,7 +48,7 @@ _workout()
|
||||
# Fill holes for half of range , as result file will contain nr*1.5 fragments
|
||||
$XFS_IO_PROG -c "falloc 0 $((204800*nr))" \
|
||||
$SCRATCH_MNT/test.$nr | _filter_xfs_io
|
||||
# Data wrilte will convert extetns to inialized ones
|
||||
# Data write will convert extents to initialized ones
|
||||
for ((i=0;i<nr;i++))
|
||||
do
|
||||
patt=`printf "0x%x" $i`
|
||||
|
||||
Reference in New Issue
Block a user