We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab35727 commit 361f700Copy full SHA for 361f700
iop/fs/bdm/src/part_driver_mbr.c
@@ -89,7 +89,7 @@ int part_connect_mbr(struct block_device *bd)
89
90
printf("MBR disk valid_partitions=%d \n", valid_partitions);
91
92
- //Most likely a VDH
+ //Most likely a VBR
93
if(valid_partitions == 0) {
94
95
if ((partIndex = GetNextFreePartitionIndex()) == -1)
0 commit comments