Skip to content

Commit

Permalink
StandaloneMmPkg: Fix a typo
Browse files Browse the repository at this point in the history
Fix a typo in a comment.

Cc: Achin Gupta <[email protected]>
Cc: Jiewen Yao <[email protected]>
Cc: Supreeth Venkatesh <[email protected]>
Reviewed-by: Jiewen Yao <[email protected]>
Signed-off-by: Philippe Mathieu-Daude <[email protected]>
Message-Id: <[email protected]>
  • Loading branch information
philmd authored and mergify[bot] committed Feb 10, 2020
1 parent 6b81166 commit a57268f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StandaloneMmPkg/Core/Dispatcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ MmLoadImage (
//
// Copy the PDB file name to our temporary string, and replace .pdb with .efi
// The PDB file name is limited in the range of 0~255.
// If the length is bigger than 255, trim the redudant characters to avoid overflow in array boundary.
// If the length is bigger than 255, trim the redundant characters to avoid overflow in array boundary.
//
for (Index = 0; Index < sizeof (EfiFileName) - 4; Index++) {
EfiFileName[Index] = ImageContext.PdbPointer[Index + StartIndex];
Expand Down

0 comments on commit a57268f

Please sign in to comment.