From: BVK Chaitanya Date: Sat, 25 Sep 2010 05:18:48 +0000 (+0530) Subject: fix typo X-Git-Tag: 1.99~419 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96510fafd246b1c8d44e1fef210e500f95b68a06;p=thirdparty%2Fgrub.git fix typo --- diff --git a/ChangeLog b/ChangeLog index c2aa58c02..0bc9ac7c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-09-25 BVK Chaitanya + + * grub-core/kern/emu/full.c (grub_emu_post_init): Fix typo. + 2010-09-25 BVK Chaitanya Fix grub-emu build. diff --git a/grub-core/kern/emu/full.c b/grub-core/kern/emu/full.c index 422ca6ec6..70bcae78f 100644 --- a/grub-core/kern/emu/full.c +++ b/grub-core/kern/emu/full.c @@ -65,7 +65,7 @@ grub_emu_post_init (void) grub_mdraid1x_fini (); grub_raid_fini (); grub_raid_init (); - grub_mdraid09_fini (); - grub_mdraid1x_fini (); + grub_mdraid09_init (); + grub_mdraid1x_init (); grub_lvm_init (); }