From: Star Zeng Date: Tue, 10 Jul 2018 09:18:27 +0000 (+0800) Subject: MdeModulePkg DxeCapsuleLibFmp: Fix typo 'Press' to 'Process' X-Git-Tag: edk2-stable201903~1431 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=a891bd733781f5430abe0a670e1bbe79e16baa28 MdeModulePkg DxeCapsuleLibFmp: Fix typo 'Press' to 'Process' Cc: Michael D Kinney Cc: Jiewen Yao Cc: Ming Shao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng Reviewed-by: Jiewen Yao --- diff --git a/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c b/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c index ab41df0eb0..a1347b5ce6 100644 --- a/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c +++ b/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c @@ -1425,7 +1425,7 @@ ProcessCapsuleImage ( } // - // Press EFI FMP Capsule + // Process EFI FMP Capsule // DEBUG((DEBUG_INFO, "ProcessFmpCapsuleImage ...\n")); Status = ProcessFmpCapsuleImage(CapsuleHeader);