Skip to content

Commit 44782e4

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

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
@@ -52,8 +52,8 @@ class MBRBlockDevice : public BlockDevice {
5252
*
5353
* @param bd Block device to partition
5454
* @param part Partition to use, 1-4
55-
* @param type The 8-bit partition type is to specify the actual filesystem to use/format in this partition.
56-
* It can be found from filesystem documentation or refer to
55+
* @param type 8-bit partition type to specify the filesystem to use in this partition.
56+
* It can be found in the filesystem documentation or refer to
5757
* https://en.wikipedia.org/wiki/Partition_type#List_of_partition_IDs
5858
* @param start Start block address to map to block 0 of partition.
5959
* Negative addresses are calculated from the end of the

0 commit comments

Comments
 (0)