Revision: 2413
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2413
Author: proski
Date: 2009-07-15 19:30:34 +0000 (Wed, 15 Jul 2009)
Log Message:
-----------
2009-07-15 Pavel Roskin <[email protected]>
* commands/probe.c (options): Typo fix.
Modified Paths:
--------------
trunk/grub2/ChangeLog
trunk/grub2/commands/probe.c
Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog 2009-07-15 15:06:12 UTC (rev 2412)
+++ trunk/grub2/ChangeLog 2009-07-15 19:30:34 UTC (rev 2413)
@@ -1,5 +1,7 @@
2009-07-15 Pavel Roskin <[email protected]>
+ * commands/probe.c (options): Typo fix.
+
* include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_BPB_END):
Increase to 0x5a to accommodate FAT32. Adjust other offsets
accordingly.
Modified: trunk/grub2/commands/probe.c
===================================================================
--- trunk/grub2/commands/probe.c 2009-07-15 15:06:12 UTC (rev 2412)
+++ trunk/grub2/commands/probe.c 2009-07-15 19:30:34 UTC (rev 2413)
@@ -36,7 +36,7 @@
{"set", 's', GRUB_ARG_OPTION_OPTIONAL,
"set a variable to return value", "VAR", ARG_TYPE_STRING},
{"driver", 'd', 0, "determine driver", 0, 0},
- {"partmap", 'p', 0, "determine partion map type", 0, 0},
+ {"partmap", 'p', 0, "determine partition map type", 0, 0},
{"fs", 'f', 0, "determine filesystem type", 0, 0},
{"fs-uuid", 'u', 0, "determine filesystem UUID", 0, 0},
{"label", 'l', 0, "determine filesystem label", 0, 0},