]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/GenFw/ElfConvert.c
Sync BaseTools Branch (version r2149) to EDKII main trunk.
[mirror_edk2.git] / BaseTools / Source / C / GenFw / ElfConvert.c
index 135fa90fa03b2a27da80e93aa15818824e9d36c0..e573554d03ab083fec3d67dafdf455780d4cc297 100644 (file)
@@ -1,6 +1,6 @@
 /** @file
 
 /** @file
 
-Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>
 
 This program and the accompanying materials are licensed and made available 
 under the terms and conditions of the BSD License which accompanies this 
 
 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.
   //
   //
   // 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)) {
   EiClass = (*FileBuffer)[EI_CLASS];
   if (EiClass == ELFCLASS32) {
     if (!InitializeElf32 (*FileBuffer, &ElfFunctions)) {