diff --git a/MdePkg/Library/BasePeCoffLib2/PeCoffInit.c b/MdePkg/Library/BasePeCoffLib2/PeCoffInit.c index ed432de4b9..897b168fdd 100644 --- a/MdePkg/Library/BasePeCoffLib2/PeCoffInit.c +++ b/MdePkg/Library/BasePeCoffLib2/PeCoffInit.c @@ -580,7 +580,7 @@ InternalInitializePe ( Context->SecDirOffset = SecDir->VirtualAddress; Context->SecDirSize = SecDir->Size; // - // Verify the Security Direction is in bounds of the Image buffer. + // Verify the Security Directory is in bounds of the Image buffer. // Overflow = BaseOverflowAddU32 ( Context->SecDirOffset,