summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
diff options
context:
space:
mode:
authorStar Zeng <star.zeng@intel.com>2018-07-27 19:05:54 +0800
committerStar Zeng <star.zeng@intel.com>2018-07-28 20:52:10 +0800
commit1bf23e6b7f414b9e6bd471e0b2366400e5d52e45 (patch)
tree37d2aa176845a2941b8f1bb46bde4a98d8792dba /MdeModulePkg
parent69e259e5e9877de181d81bb424b6fe16804c7580 (diff)
downloadedk2-1bf23e6b7f414b9e6bd471e0b2366400e5d52e45.tar.gz
edk2-1bf23e6b7f414b9e6bd471e0b2366400e5d52e45.tar.bz2
edk2-1bf23e6b7f414b9e6bd471e0b2366400e5d52e45.zip
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>
Diffstat (limited to 'MdeModulePkg')
-rw-r--r--MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c2
1 files changed, 1 insertions, 1 deletions
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) {