]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/kern/main.c (grub_load_normal_mode): Correct the comment.
authorPatrick <p55@mailinator.com>
Fri, 24 Jun 2011 23:09:32 +0000 (01:09 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 24 Jun 2011 23:09:32 +0000 (01:09 +0200)
ChangeLog
grub-core/kern/main.c

index 4cac3cd65d8cdd3b06168da968bdd90ec795f059..c639cb9de7b15705f0ef8dad1000baab8207680f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * grub-core/net/i386/pc/pxe.c (grub_pxe_recv): Fix declaration.
index cc9758988faff004aae1192840eebcbb6e49f413..447f0ae332b33d37779f2f7c8b4702e7aafb5bd1 100644 (file)
@@ -159,7 +159,7 @@ grub_load_normal_mode (void)
   /* Load the module.  */
   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_errno = 0;