From 88a01b0e79c241a008a8104baae650a3390c5e5f Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 23 Sep 2019 00:22:12 +0200 Subject: Fix typo in the naming of the function SecRigionXxx by renaming them to SecRegionXxx --- DcsCfg/DcsCfg.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'DcsCfg/DcsCfg.h') diff --git a/DcsCfg/DcsCfg.h b/DcsCfg/DcsCfg.h index 4152fe9..379a8c0 100644 --- a/DcsCfg/DcsCfg.h +++ b/DcsCfg/DcsCfg.h @@ -89,18 +89,18 @@ OuterInit(); extern UINTN gSecRigonCount; EFI_STATUS -SecRigionMark(); +SecRegionMark(); EFI_STATUS -SecRigionWipe(); +SecRegionWipe(); EFI_STATUS -SecRigionAdd( +SecRegionAdd( IN UINTN regIdx ); EFI_STATUS -SecRigionDump( +SecRegionDump( IN EFI_HANDLE hBio, IN CHAR16 *prefix ); -- cgit v1.2.3