* grub-core/commands/efi/lsefisystab.c: Correct header.

* grub-core/commands/efi/lssal.c: Likewise.
* grub-core/commands/testload.c: Likewise.
This commit is contained in:
Colin Watson 2010-09-20 13:18:41 +01:00
parent c982589f0c
commit 6d3d698d13
4 changed files with 9 additions and 3 deletions

View File

@ -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

View 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.

View 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.

View 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.