gpt: minor cleanup
This commit is contained in:
parent
91391dc52b
commit
a8c24e86d0
2 changed files with 7 additions and 7 deletions
|
@ -229,7 +229,7 @@ grub_err_t grub_gpt_header_check (struct grub_gpt_header *gpt,
|
|||
grub_err_t grub_gpt_part_label (grub_device_t device, char **label);
|
||||
|
||||
/* Return the partition uuid of the device DEVICE in UUID.
|
||||
* The label is in a new buffer and should be freed by the caller. */
|
||||
* The uuid is in a new buffer and should be freed by the caller. */
|
||||
grub_err_t grub_gpt_part_uuid (grub_device_t device, char **uuid);
|
||||
|
||||
#endif /* ! GRUB_GPT_PARTITION_HEADER */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue