correct Changelog spelling

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-04-08 13:59:07 +02:00
parent 18dd6b472d
commit 4ed4ce5820
6 changed files with 17 additions and 17 deletions

View file

@ -435,7 +435,7 @@ grub_multiboot_make_mbi (grub_uint32_t *target)
bufsize = grub_multiboot_get_mbi_size ();
err = grub_relocator_alloc_chunk_align (grub_multiboot_relocator, &ch,
0, 0xffffffff - bufsize,
0x10000, 0x100000 - bufsize,
bufsize, 4,
GRUB_RELOCATOR_PREFERENCE_NONE);
if (err)