Skip to content

Commit

Permalink
BasePeCoffLib2: Fix comment typo in PeCoffInit.c
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebeaton committed Nov 1, 2023
1 parent 204318a commit e22c5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MdePkg/Library/BasePeCoffLib2/PeCoffInit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e22c5a1

Please sign in to comment.