gpt: minor cleanup

This commit is contained in:
Alex Crawford 2015-08-31 15:23:39 -07:00
parent 91391dc52b
commit a8c24e86d0
2 changed files with 7 additions and 7 deletions

View file

@ -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 */