From 6d3d698d134a13938058f1205a82bc0b30794ba6 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 20 Sep 2010 13:18:41 +0100 Subject: [PATCH] * grub-core/commands/efi/lsefisystab.c: Correct header. * grub-core/commands/efi/lssal.c: Likewise. * grub-core/commands/testload.c: Likewise. --- ChangeLog | 6 ++++++ grub-core/commands/efi/lsefisystab.c | 2 +- grub-core/commands/efi/lssal.c | 2 +- grub-core/commands/testload.c | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 721410445..dd0d172ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-09-20 Colin Watson + + * 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 * util/grub-mkrescue.in: Add explicit root argument to --set to diff --git a/grub-core/commands/efi/lsefisystab.c b/grub-core/commands/efi/lsefisystab.c index ac84fc426..aa3e05aee 100644 --- a/grub-core/commands/efi/lsefisystab.c +++ b/grub-core/commands/efi/lsefisystab.c @@ -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. diff --git a/grub-core/commands/efi/lssal.c b/grub-core/commands/efi/lssal.c index 245883f90..2ee993033 100644 --- a/grub-core/commands/efi/lssal.c +++ b/grub-core/commands/efi/lssal.c @@ -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. diff --git a/grub-core/commands/testload.c b/grub-core/commands/testload.c index 3b6ddfae3..86b8a9253 100644 --- a/grub-core/commands/testload.c +++ b/grub-core/commands/testload.c @@ -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.