mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 23:54:02 +02:00
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>
This commit is contained in:
parent
a891bd7337
commit
70bd2a85e9
@ -9,7 +9,7 @@
|
|||||||
ProcessRecoveryCapsule(), ProcessFmpCapsuleImage(), ProcessRecoveryImage(),
|
ProcessRecoveryCapsule(), ProcessFmpCapsuleImage(), ProcessRecoveryImage(),
|
||||||
ValidateFmpCapsule() will receive untrusted input and do basic validation.
|
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
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
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"));
|
DEBUG((DEBUG_INFO, "ProcessFmpCapsuleImage ...\n"));
|
||||||
Status = ProcessFmpCapsuleImage(CapsuleHeader, IsSystemFmp);
|
Status = ProcessFmpCapsuleImage(CapsuleHeader, IsSystemFmp);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user