MdeModulePkg DxeCapsuleLibFmp: Fix typo "EsrtSyncFmp" to "SyncEsrtFmp"

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
This commit is contained in:
Star Zeng 2018-07-27 19:05:54 +08:00
parent 69e259e5e9
commit 1bf23e6b7f
1 changed files with 1 additions and 1 deletions

View File

@ -1047,7 +1047,7 @@ RecordFmpCapsuleStatus (
// //
// Update EsrtEntry For V1, V2 FMP instance. // 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); FmpImageInfoDescriptorVer = GetFmpImageInfoDescriptorVer (Handle);
if (FmpImageInfoDescriptorVer < EFI_FIRMWARE_IMAGE_DESCRIPTOR_VERSION) { if (FmpImageInfoDescriptorVer < EFI_FIRMWARE_IMAGE_DESCRIPTOR_VERSION) {