MdeModulePkg/Core/Pei: Fix various typos
Fix various typos in comments and documentation. Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Hao A Wu <hao.a.wu@intel.com> Signed-off-by: Antoine Coeur <coeur@gmx.fr> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: Hao A Wu <hao.a.wu@intel.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-17-philmd@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
b854b07540
commit
93b8ed68dd
@ -178,7 +178,7 @@ CalculateHeaderChecksum (
|
||||
if (IS_FFS_FILE2 (FileHeader)) {
|
||||
CopyMem (&TestFileHeader, FileHeader, sizeof (EFI_FFS_FILE_HEADER2));
|
||||
//
|
||||
// Ingore State and File field in FFS header.
|
||||
// Ignore State and File field in FFS header.
|
||||
//
|
||||
TestFileHeader.State = 0;
|
||||
TestFileHeader.IntegrityCheck.Checksum.File = 0;
|
||||
@ -187,7 +187,7 @@ CalculateHeaderChecksum (
|
||||
} else {
|
||||
CopyMem (&TestFileHeader, FileHeader, sizeof (EFI_FFS_FILE_HEADER));
|
||||
//
|
||||
// Ingore State and File field in FFS header.
|
||||
// Ignore State and File field in FFS header.
|
||||
//
|
||||
TestFileHeader.State = 0;
|
||||
TestFileHeader.IntegrityCheck.Checksum.File = 0;
|
||||
|
Reference in New Issue
Block a user