gpt: rename and update documentation for grub_gpt_update

The function now does more than just recompute checksums so give it a
more general name to reflect that.
This commit is contained in:
Michael Marineau 2016-09-22 10:00:27 -07:00
parent 7cd866bd2d
commit 8f7045ee19
3 changed files with 7 additions and 6 deletions

View file

@ -127,7 +127,7 @@ grub_find_next (const char *disk_name,
grub_gptprio_set_tries_left (part_found, tries_left - 1);
if (grub_gpt_update_checksums (gpt))
if (grub_gpt_update (gpt))
goto done;
if (grub_gpt_write (dev->disk, gpt))