From: Star Zeng Date: Fri, 27 Jul 2018 11:05:54 +0000 (+0800) Subject: MdeModulePkg DxeCapsuleLibFmp: Fix typo "EsrtSyncFmp" to "SyncEsrtFmp" X-Git-Tag: edk2-stable201903~1319 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=1bf23e6b7f414b9e6bd471e0b2366400e5d52e45;ds=sidebyside MdeModulePkg DxeCapsuleLibFmp: Fix typo "EsrtSyncFmp" to "SyncEsrtFmp" Cc: Michael D Kinney Cc: Jiewen Yao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng Reviewed-by: Michael D Kinney --- diff --git a/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c b/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c index ee3adce2a2..3c283e2513 100644 --- a/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c +++ b/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c @@ -1047,7 +1047,7 @@ RecordFmpCapsuleStatus ( // // Update EsrtEntry For V1, V2 FMP instance. - // V3 FMP ESRT cache will be synced up through EsrtSyncFmp interface + // V3 FMP ESRT cache will be synced up through SyncEsrtFmp interface // FmpImageInfoDescriptorVer = GetFmpImageInfoDescriptorVer (Handle); if (FmpImageInfoDescriptorVer < EFI_FIRMWARE_IMAGE_DESCRIPTOR_VERSION) {