diff options
author | Michael D Kinney <michael.d.kinney@intel.com> | 2020-07-31 17:52:05 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-08-19 00:54:23 +0000 |
commit | 53b40c9c6d108e8c0e1500a288638623fee92bca (patch) | |
tree | 7279aa2d3061c1f9221028fc7f1a936cf6891528 | |
parent | 60835c96cdcfc5639e92ca1ac0f8cd9c04ff772d (diff) | |
download | edk2-53b40c9c6d108e8c0e1500a288638623fee92bca.tar.gz edk2-53b40c9c6d108e8c0e1500a288638623fee92bca.tar.bz2 edk2-53b40c9c6d108e8c0e1500a288638623fee92bca.zip |
SecurityPkg: Fix spelling mistake for occurred
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2361
Cc: Qi Zhang <qi1.zhang@intel.com>
Cc: Rahul Kumar <rahul1.kumar@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Guomin Jiang <guomin.jiang@intel.com>
Reviewed-by: Maciej Rabeda <maciej.rabeda@linux.intel.com>
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
-rw-r--r-- | SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c b/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c index 36b87e16d5..b08fe24e85 100644 --- a/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c +++ b/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c @@ -1465,7 +1465,7 @@ IsAllowedByDb ( //
// Fetch 'dbx' content. If 'dbx' doesn't exist, continue to check 'db'.
- // If any other errors occured, no need to check 'db' but just return
+ // If any other errors occurred, no need to check 'db' but just return
// not-allowed-by-db (FALSE) to avoid bypass.
//
DbxDataSize = 0;
|