All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] GSoC #02 Minor tweak: Comment fix.
@ 2008-08-31  6:46 Colin D Bennett
  2008-09-01 19:04 ` Vesa Jääskeläinen
  0 siblings, 1 reply; 2+ messages in thread
From: Colin D Bennett @ 2008-08-31  6:46 UTC (permalink / raw)
  To: grub-devel


[-- Attachment #1.1: Type: text/plain, Size: 188 bytes --]

One-liner:  Fix an incorrect comment in include/grub/normal.h for
GRUB_COMMAND_FLAG_NO_ARG_PARSE.  The incorrect comment appears to have
been a copy-and-paste error.

Regards,
Colin

[-- Attachment #1.2: 02_ChangeLog.txt --]
[-- Type: text/plain, Size: 140 bytes --]

2008-08-30  Colin D Bennett <colin@gibibit.com>

	* include/grub/normal.h: Fixed incorrect comment for
	GRUB_COMMAND_FLAG_NO_ARG_PARSE.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.3: 02_cleanup-tweaks.patch --]
[-- Type: text/x-patch; name=02_cleanup-tweaks.patch, Size: 541 bytes --]

=== modified file 'include/grub/normal.h'
--- include/grub/normal.h	2008-03-26 12:01:02 +0000
+++ include/grub/normal.h	2008-08-31 05:18:26 +0000
@@ -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


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-09-01 19:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-31  6:46 [PATCH] GSoC #02 Minor tweak: Comment fix Colin D Bennett
2008-09-01 19:04 ` Vesa Jääskeläinen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.