Skip to content

Commit b741b2c

Browse files
rajkan01LDong-Arm
andauthored
Update features/storage/blockdevice/MBRBlockDevice.h
Co-authored-by: Lingkai Dong <[email protected]>
1 parent 44782e4 commit b741b2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/storage/blockdevice/MBRBlockDevice.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ class MBRBlockDevice : public BlockDevice {
6868
*
6969
* @param bd Block device to partition
7070
* @param part Partition to use, 1-4
71-
* @param type The 8-bit partition type is to specify the actual filesystem to use/format in this partition.
72-
* It can be found from filesystem documentation or refer to
71+
* @param type 8-bit partition type to specify the filesystem to use in this partition.
72+
* It can be found in the filesystem documentation or refer to
7373
* https://en.wikipedia.org/wiki/Partition_type#List_of_partition_IDs
7474
* @param start Start block address to map to block 0 of partition,
7575
* negative addresses are calculated from the end of the

0 commit comments

Comments
 (0)