* grub-core/kern/main.c (grub_load_normal_mode): Correct the comment.
This commit is contained in:
parent
77c0840ba6
commit
6295b32f79
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2011-06-25 Patrick <p55@mailinator.com>
|
||||||
|
|
||||||
|
* grub-core/kern/main.c (grub_load_normal_mode): Correct the comment.
|
||||||
|
|
||||||
2011-06-25 Vladimir Serbinenko <phcoder@gmail.com>
|
2011-06-25 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/net/i386/pc/pxe.c (grub_pxe_recv): Fix declaration.
|
* grub-core/net/i386/pc/pxe.c (grub_pxe_recv): Fix declaration.
|
||||||
|
|
|
@ -159,7 +159,7 @@ grub_load_normal_mode (void)
|
||||||
/* Load the module. */
|
/* Load the module. */
|
||||||
grub_dl_load ("normal");
|
grub_dl_load ("normal");
|
||||||
|
|
||||||
/* Something went wrong. Print errors here to let user know why we're entering rescue mode. */
|
/* Print errors if any. */
|
||||||
grub_print_error ();
|
grub_print_error ();
|
||||||
grub_errno = 0;
|
grub_errno = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue