mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-24 10:17:45 +02:00
BasePeCoffLib2: Fix comment typo in PeCoffInit.c
This commit is contained in:
parent
204318a39f
commit
6dc22425d6
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user