From a0224a4e62812865f3aca120fb15672ec01fe0b1 Mon Sep 17 00:00:00 2001 From: chaac Date: Mon, 1 Sep 2008 19:03:16 +0000 Subject: [PATCH] 2008-09-01 Colin D Bennett * include/grub/normal.h: Fixed incorrect comment for GRUB_COMMAND_FLAG_NO_ARG_PARSE. --- ChangeLog | 5 +++++ include/grub/normal.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 68c236917..171ad08ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-09-01 Colin D Bennett + + * include/grub/normal.h: Fixed incorrect comment for + GRUB_COMMAND_FLAG_NO_ARG_PARSE. + 2008-09-01 Colin D Bennett * commands/i386/pc/vbeinfo.c (grub_cmd_vbeinfo): Replaced constant diff --git a/include/grub/normal.h b/include/grub/normal.h index 9ed47877c..544a95787 100644 --- a/include/grub/normal.h +++ b/include/grub/normal.h @@ -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