diff --git a/ChangeLog b/ChangeLog index e20e2b654..ae98382fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-09-20 Colin Watson + + * grub-core/commands/efi/lsefimmap.c: Correct header. + * NEWS: Update. + 2010-09-20 Colin Watson * util/grub-editenv.c (argp_parser): Don't pass translated strings diff --git a/NEWS b/NEWS index b8cec570e..7fce921d6 100644 --- a/NEWS +++ b/NEWS @@ -17,7 +17,7 @@ New in 1.99: * Extend `vbeinfo' and `vbetest' commands to non-VBE graphics, as `videoinfo' and `videotest'. -* New `lsefisystab' and `lssal' commands on EFI platforms. +* New `lsefisystab', `lssal', and `lsefimmap' commands on EFI platforms. * Support explicit user claim that a device is BIOS-visible. Devices listed in device.map will be assumed to be readable using only BIOS diff --git a/grub-core/commands/efi/lsefimmap.c b/grub-core/commands/efi/lsefimmap.c index 010fc0d77..30780447a 100644 --- a/grub-core/commands/efi/lsefimmap.c +++ b/grub-core/commands/efi/lsefimmap.c @@ -1,4 +1,4 @@ -/* memmap.c - Display memory map. */ +/* lsefimemmap.c - Display memory map. */ /* * GRUB -- GRand Unified Bootloader * Copyright (C) 2008 Free Software Foundation, Inc.