]> git.proxmox.com Git - grub2.git/commitdiff
* grub-core/commands/lsacpi.c (options): Fix typo.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 25 Feb 2012 22:04:30 +0000 (23:04 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 25 Feb 2012 22:04:30 +0000 (23:04 +0100)
ChangeLog
grub-core/commands/lsacpi.c

index 658adc705037e8adfee875ccbefd8a5586f3b798..63b4fe5c09d8afcca235911062d6e2fb63020c20 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-02-25  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/commands/lsacpi.c (options): Fix typo.
+
 2012-02-25  Vladimir Serbinenko  <phcoder@gmail.com>
 
        Convert grub-emu to argp.
index f5ab0db396c0b54501d474bff500161224fd6e16..c38df8945c0d2f735d91237e3e597a544e8830bf 100644 (file)
@@ -198,7 +198,7 @@ disp_acpi_rsdpv2 (struct grub_acpi_rsdp_v20 *rsdp)
 
 static const struct grub_arg_option options[] = {
   {"v1", '1', 0, N_("Show v1 tables only."), 0, ARG_TYPE_NONE},
-  {"v2", '2', 0, N_("Show v2 and v3 tablesv only."), 0, ARG_TYPE_NONE}
+  {"v2", '2', 0, N_("Show v2 and v3 tables only."), 0, ARG_TYPE_NONE}
 };
 
 static grub_err_t