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/DcsCfgCrypt.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'DcsCfg/DcsCfgCrypt.c') diff --git a/DcsCfg/DcsCfgCrypt.c b/DcsCfg/DcsCfgCrypt.c index 962e850..a30d97c 100644 --- a/DcsCfg/DcsCfgCrypt.c +++ b/DcsCfg/DcsCfgCrypt.c @@ -1664,7 +1664,7 @@ UpdateDcsBoot() { UINTN gSecRigonCount = 0; EFI_STATUS -SecRigionMark() +SecRegionMark() { UINT32 crc; EFI_STATUS res; @@ -1707,7 +1707,7 @@ SecRigionMark() } EFI_STATUS -SecRigionWipe() +SecRegionWipe() { EFI_STATUS res; CHAR8* buf; @@ -1761,7 +1761,7 @@ error: } EFI_STATUS -SecRigionDump( +SecRegionDump( IN EFI_HANDLE hBio, IN CHAR16 *prefix ) @@ -1832,7 +1832,7 @@ err: EFI_STATUS -SecRigionAdd( +SecRegionAdd( IN UINTN regIdx ) { -- cgit v1.2.3