diff options
author | Star Zeng <star.zeng@intel.com> | 2018-07-27 19:05:54 +0800 |
---|---|---|
committer | Star Zeng <star.zeng@intel.com> | 2018-07-28 20:52:10 +0800 |
commit | 1bf23e6b7f414b9e6bd471e0b2366400e5d52e45 (patch) | |
tree | 37d2aa176845a2941b8f1bb46bde4a98d8792dba /MdeModulePkg/Library | |
parent | 69e259e5e9877de181d81bb424b6fe16804c7580 (diff) | |
download | edk2-1bf23e6b7f414b9e6bd471e0b2366400e5d52e45.zip edk2-1bf23e6b7f414b9e6bd471e0b2366400e5d52e45.tar.gz edk2-1bf23e6b7f414b9e6bd471e0b2366400e5d52e45.tar.bz2 |
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/Library')
-rw-r--r-- | MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c b/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c index ee3adce..3c283e2 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) {
|