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>
This commit is contained in:
@@ -1425,7 +1425,7 @@ ProcessCapsuleImage (
|
|||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Press EFI FMP Capsule
|
// Process EFI FMP Capsule
|
||||||
//
|
//
|
||||||
DEBUG((DEBUG_INFO, "ProcessFmpCapsuleImage ...\n"));
|
DEBUG((DEBUG_INFO, "ProcessFmpCapsuleImage ...\n"));
|
||||||
Status = ProcessFmpCapsuleImage(CapsuleHeader);
|
Status = ProcessFmpCapsuleImage(CapsuleHeader);
|
||||||
|
Reference in New Issue
Block a user