Reviewed-by: jiewen....@intel.com > -----Original Message----- > From: Philippe Mathieu-Daude <phi...@redhat.com> > Sent: Wednesday, December 4, 2019 12:16 AM > To: devel@edk2.groups.io > Cc: Philippe Mathieu-Daude <phi...@redhat.com>; Antoine Cœur > <co...@gmx.fr>; Achin Gupta <achin.gu...@arm.com>; Yao, Jiewen > <jiewen....@intel.com>; Supreeth Venkatesh <supreeth.venkat...@arm.com> > Subject: [PATCH 75/79] StandaloneMmPkg: Fix a typo > > Fix a typo in a comment. > > Cc: Achin Gupta <achin.gu...@arm.com> > Cc: Jiewen Yao <jiewen....@intel.com> > Cc: Supreeth Venkatesh <supreeth.venkat...@arm.com> > Signed-off-by: Philippe Mathieu-Daude <phi...@redhat.com> > --- > StandaloneMmPkg/Core/Dispatcher.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/StandaloneMmPkg/Core/Dispatcher.c > b/StandaloneMmPkg/Core/Dispatcher.c > index fe10e65c4bf0..2f795d01dc1f 100644 > --- a/StandaloneMmPkg/Core/Dispatcher.c > +++ b/StandaloneMmPkg/Core/Dispatcher.c > @@ -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]; > -- > 2.21.0
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#51659): https://edk2.groups.io/g/devel/message/51659 Mute This Topic: https://groups.io/mt/65866393/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-