File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
features/storage/blockdevice Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ class MBRBlockDevice : public BlockDevice {
68
68
*
69
69
* @param bd Block device to partition
70
70
* @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
73
73
* https://en.wikipedia.org/wiki/Partition_type#List_of_partition_IDs
74
74
* @param start Start block address to map to block 0 of partition,
75
75
* negative addresses are calculated from the end of the
You can’t perform that action at this time.
0 commit comments