]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/commands/efi/lsefisystab.c: Correct header.
authorColin Watson <cjwatson@ubuntu.com>
Mon, 20 Sep 2010 12:18:41 +0000 (13:18 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Mon, 20 Sep 2010 12:18:41 +0000 (13:18 +0100)
* grub-core/commands/efi/lssal.c: Likewise.
* grub-core/commands/testload.c: Likewise.

ChangeLog
grub-core/commands/efi/lsefisystab.c
grub-core/commands/efi/lssal.c
grub-core/commands/testload.c

index 721410445f9c9db3d48f4bb3b61d17dc8980d55d..dd0d172ed7f65b546a67d164807c11b3c64c3ffa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-20  Colin Watson  <cjwatson@ubuntu.com>
+
+       * grub-core/commands/efi/lsefisystab.c: Correct header.
+       * grub-core/commands/efi/lssal.c: Likewise.
+       * grub-core/commands/testload.c: Likewise.
+
 2010-09-20  Colin Watson  <cjwatson@ubuntu.com>
 
        * util/grub-mkrescue.in: Add explicit root argument to --set to
index ac84fc426583692c9462ae20dd2656339283d0ea..aa3e05aee877dd68a19df6e030b2d600184fdd36 100644 (file)
@@ -1,4 +1,4 @@
-/* systab.c  - Display EFI systab.  */
+/* lsefisystab.c  - Display EFI systab.  */
 /*
  *  GRUB  --  GRand Unified Bootloader
  *  Copyright (C) 2008  Free Software Foundation, Inc.
index 245883f901fceeff1dd5ecefb1143086c655424a..2ee99303340d6bb1640f62394e3d6845d59a1620 100644 (file)
@@ -1,4 +1,4 @@
-/* systab.c  - Display EFI systab.  */
+/* lssal.c  - Display EFI SAL systab.  */
 /*
  *  GRUB  --  GRand Unified Bootloader
  *  Copyright (C) 2008  Free Software Foundation, Inc.
index 3b6ddfae3b15ad9d773006b859973ca4dd591201..86b8a92530883ffd0fbc99caf6540967c8f6dc1c 100644 (file)
@@ -1,4 +1,4 @@
-/* minicmd.c - commands for the rescue mode */
+/* testload.c - load the same file in multiple ways */
 /*
  *  GRUB  --  GRand Unified Bootloader
  *  Copyright (C) 2003,2005,2006,2007,2009,2010  Free Software Foundation, Inc.