summaryrefslogtreecommitdiffstats
path: root/SignedCapsulePkg/Universal
diff options
context:
space:
mode:
authorStar Zeng <star.zeng@intel.com>2018-07-10 17:19:15 +0800
committerStar Zeng <star.zeng@intel.com>2018-07-11 15:31:01 +0800
commit70bd2a85e944c3654e67e039ed58e35a8565fc13 (patch)
tree80610db22ca7d60691c3a14bb995d6eca693a71b /SignedCapsulePkg/Universal
parenta891bd733781f5430abe0a670e1bbe79e16baa28 (diff)
downloadedk2-70bd2a85e944c3654e67e039ed58e35a8565fc13.tar.gz
edk2-70bd2a85e944c3654e67e039ed58e35a8565fc13.tar.bz2
edk2-70bd2a85e944c3654e67e039ed58e35a8565fc13.zip
SignedCapsulePkg RecoveryModuleLoadPei: 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 'SignedCapsulePkg/Universal')
-rw-r--r--SignedCapsulePkg/Universal/RecoveryModuleLoadPei/RecoveryModuleLoadPei.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/SignedCapsulePkg/Universal/RecoveryModuleLoadPei/RecoveryModuleLoadPei.c b/SignedCapsulePkg/Universal/RecoveryModuleLoadPei/RecoveryModuleLoadPei.c
index c22e3a487f..e14427cf5b 100644
--- a/SignedCapsulePkg/Universal/RecoveryModuleLoadPei/RecoveryModuleLoadPei.c
+++ b/SignedCapsulePkg/Universal/RecoveryModuleLoadPei/RecoveryModuleLoadPei.c
@@ -9,7 +9,7 @@
ProcessRecoveryCapsule(), ProcessFmpCapsuleImage(), ProcessRecoveryImage(),
ValidateFmpCapsule() will receive untrusted input and do basic validation.
-Copyright (c) 2016 - 2017, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -703,7 +703,7 @@ ProcessRecoveryCapsule (
}
//
- // Press EFI FMP Capsule
+ // Process EFI FMP Capsule
//
DEBUG((DEBUG_INFO, "ProcessFmpCapsuleImage ...\n"));
Status = ProcessFmpCapsuleImage(CapsuleHeader, IsSystemFmp);