summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
diff options
context:
space:
mode:
authorStar Zeng <star.zeng@intel.com>2018-07-10 17:18:27 +0800
committerStar Zeng <star.zeng@intel.com>2018-07-11 15:30:57 +0800
commita891bd733781f5430abe0a670e1bbe79e16baa28 (patch)
treebc8eaac34006e8e1ee9672ff2097e6944a70556b /MdeModulePkg
parente4e314b1b6b74c46da3c0493e7a807df28cb9aed (diff)
downloadedk2-a891bd733781f5430abe0a670e1bbe79e16baa28.tar.gz
edk2-a891bd733781f5430abe0a670e1bbe79e16baa28.tar.bz2
edk2-a891bd733781f5430abe0a670e1bbe79e16baa28.zip
MdeModulePkg DxeCapsuleLibFmp: Fix typo 'Press' to 'Process'
Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Ming Shao <ming.shao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@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 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);