]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2008-09-01 Colin D Bennett <colin@gibibit.com>
authorchaac <chaac@localhost>
Mon, 1 Sep 2008 19:03:16 +0000 (19:03 +0000)
committerchaac <chaac@localhost>
Mon, 1 Sep 2008 19:03:16 +0000 (19:03 +0000)
* include/grub/normal.h: Fixed incorrect comment for
GRUB_COMMAND_FLAG_NO_ARG_PARSE.

ChangeLog
include/grub/normal.h

index 68c236917ad0d81f5498654bd87dea603fe35e99..171ad08eaa469da6050477c76b4a565d722105fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-01  Colin D Bennett <colin@gibibit.com>
+
+       * include/grub/normal.h: Fixed incorrect comment for
+       GRUB_COMMAND_FLAG_NO_ARG_PARSE.
+
 2008-09-01  Colin D Bennett <colin@gibibit.com>
 
        * commands/i386/pc/vbeinfo.c (grub_cmd_vbeinfo): Replaced constant
index 9ed47877cbcb6aea0160db708abce990989d0abe..544a957872be977d5f030808b61655313ed3c80c 100644 (file)
@@ -39,7 +39,7 @@
 #define GRUB_COMMAND_FLAG_TITLE                0x4
 /* Don't print the command on booting.  */
 #define GRUB_COMMAND_FLAG_NO_ECHO      0x8
-/* Don't print the command on booting.  */
+/* Pass arguments to the command without parsing options.  */
 #define GRUB_COMMAND_FLAG_NO_ARG_PARSE 0x10
 /* Not loaded yet. Used for auto-loading.  */
 #define GRUB_COMMAND_FLAG_NOT_LOADED   0x20