Reviewed-by: Liming Gao <gaolim...@byosoft.com.cn> > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Nate > DeSimone > 发送时间: 2023年3月1日 12:55 > 收件人: devel@edk2.groups.io > 抄送: Nate DeSimone <nathaniel.l.desim...@intel.com>; Jian J Wang > <jian.j.w...@intel.com>; Liming Gao <gaolim...@byosoft.com.cn>; Michael > D Kinney <michael.d.kin...@intel.com>; Dandan Bi <dandan...@intel.com> > 主题: [edk2-devel] [PATCH v1] MdeModulePkg: Fix misspelling > > From: Nate DeSimone <nathaniel.l.desim...@intel.com> > > confroms should be conforms. > > Signed-off-by: Nate DeSimone <nathaniel.l.desim...@intel.com> > Cc: Jian J Wang <jian.j.w...@intel.com> > Cc: Liming Gao <gaolim...@byosoft.com.cn> > Cc: Michael D Kinney <michael.d.kin...@intel.com> > Cc: Dandan Bi <dandan...@intel.com> > --- > MdeModulePkg/Core/DxeIplPeim/Ia32/DxeLoadFunc.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/MdeModulePkg/Core/DxeIplPeim/Ia32/DxeLoadFunc.c > b/MdeModulePkg/Core/DxeIplPeim/Ia32/DxeLoadFunc.c > index fdeaaa39d8..77fb6b8ff9 100644 > --- a/MdeModulePkg/Core/DxeIplPeim/Ia32/DxeLoadFunc.c > +++ b/MdeModulePkg/Core/DxeIplPeim/Ia32/DxeLoadFunc.c > @@ -1,7 +1,7 @@ > /** @file > Ia32-specific functionality for DxeLoad. > > -Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> > +Copyright (c) 2006 - 2023, Intel Corporation. All rights reserved.<BR> > Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR> > > SPDX-License-Identifier: BSD-2-Clause-Patent > @@ -279,7 +279,7 @@ HandOffToDxeCore ( > if (FeaturePcdGet (PcdDxeIplSwitchToLongMode)) { > // > // Compute the top of the stack we were allocated, which is used to > load X64 dxe core. > - // Pre-allocate a 32 bytes which confroms to x64 calling convention. > + // Pre-allocate a 32 bytes which conforms to x64 calling convention. > // > // The first four parameters to a function are passed in rcx, rdx, r8 and > r9. > // Any further parameters are pushed on the stack. Furthermore, space > (4 * 8bytes) for the > -- > 2.30.2 > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#102483): https://edk2.groups.io/g/devel/message/102483 Mute This Topic: https://groups.io/mt/98058980/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-