Fix typos: super block -> superblock (#8974)
Signed-off-by: Przemysław Buczkowski <[email protected]> Signed-off-by: Matt Madia <[email protected]>
This commit is contained in:
committed by
Matt Madia
parent
a6f39df3f7
commit
46cf7a5a73
@@ -307,7 +307,7 @@ main(int argc, char** argv)
|
|||||||
disk.Log().allocation_group, disk.Log().start,
|
disk.Log().allocation_group, disk.Log().start,
|
||||||
disk.Log().length);
|
disk.Log().length);
|
||||||
} else if (block < 1) {
|
} else if (block < 1) {
|
||||||
printf("Super Block intersects\n");
|
printf("Superblock intersects\n");
|
||||||
} else if (block < 1 + disk.BitmapSize()) {
|
} else if (block < 1 + disk.BitmapSize()) {
|
||||||
printf("Block bitmap intersects (start %d, end %lu)\n", 1,
|
printf("Block bitmap intersects (start %d, end %lu)\n", 1,
|
||||||
disk.BitmapSize());
|
disk.BitmapSize());
|
||||||
|
|||||||
Reference in New Issue
Block a user