diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-09-23 00:22:12 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-09-23 00:23:55 +0200 |
commit | 88a01b0e79c241a008a8104baae650a3390c5e5f (patch) | |
tree | a89428fcfc2959b926470c8d4d09f38d35afd3fa /DcsCfg/DcsCfg.h | |
parent | 59f630cfbbdb74b4b10756e86736b0b6e7c4cefd (diff) | |
download | VeraCrypt-DCS-88a01b0e79c241a008a8104baae650a3390c5e5f.tar.gz VeraCrypt-DCS-88a01b0e79c241a008a8104baae650a3390c5e5f.zip |
Fix typo in the naming of the function SecRigionXxx by renaming them to SecRegionXxx
Diffstat (limited to 'DcsCfg/DcsCfg.h')
-rw-r--r-- | DcsCfg/DcsCfg.h | 8 |
1 files changed, 4 insertions, 4 deletions
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
);
|