BasePeCoffLib2: Fix comment typo in PeCoffInit.c

This commit is contained in:
Mike Beaton 2023-11-01 13:50:30 +00:00 committed by Marvin Häuser
parent 204318a39f
commit 6dc22425d6

View File

@ -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,