Skip to content

Commit 361f700

Browse files
authored
bdm MBR fix typo
1 parent ab35727 commit 361f700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iop/fs/bdm/src/part_driver_mbr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ int part_connect_mbr(struct block_device *bd)
8989

9090
printf("MBR disk valid_partitions=%d \n", valid_partitions);
9191

92-
//Most likely a VDH
92+
//Most likely a VBR
9393
if(valid_partitions == 0) {
9494

9595
if ((partIndex = GetNextFreePartitionIndex()) == -1)

0 commit comments

Comments
 (0)