X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=BaseTools%2FSource%2FC%2FGenFw%2FElfConvert.c;h=e573554d03ab083fec3d67dafdf455780d4cc297;hb=da92f27632d2c89fa8726948ac9b02461ca8b61e;hp=135fa90fa03b2a27da80e93aa15818824e9d36c0;hpb=e472e8d3cca67f5e058f26fb6edc214b01114a3c;p=mirror_edk2.git diff --git a/BaseTools/Source/C/GenFw/ElfConvert.c b/BaseTools/Source/C/GenFw/ElfConvert.c index 135fa90fa0..e573554d03 100644 --- a/BaseTools/Source/C/GenFw/ElfConvert.c +++ b/BaseTools/Source/C/GenFw/ElfConvert.c @@ -1,6 +1,6 @@ /** @file -Copyright (c) 2010, Intel Corporation. All rights reserved.
+Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this @@ -170,7 +170,7 @@ ConvertElf ( // // Determine ELF type and set function table pointer correctly. // - VerboseMsg ("Check Efl Image Header"); + VerboseMsg ("Check Elf Image Header"); EiClass = (*FileBuffer)[EI_CLASS]; if (EiClass == ELFCLASS32) { if (!InitializeElf32 (*FileBuffer, &ElfFunctions)) {