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:
Przemysław Buczkowski
2012-12-09 08:47:46 -05:00
committed by Matt Madia
parent a6f39df3f7
commit 46cf7a5a73
32 changed files with 78 additions and 78 deletions
+1 -1
View File
@@ -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());