summaryrefslogtreecommitdiffstats
path: root/SecurityPkg
diff options
context:
space:
mode:
authorMichael D Kinney <michael.d.kinney@intel.com>2020-07-31 17:52:05 -0700
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-08-19 00:54:23 +0000
commit53b40c9c6d108e8c0e1500a288638623fee92bca (patch)
tree7279aa2d3061c1f9221028fc7f1a936cf6891528 /SecurityPkg
parent60835c96cdcfc5639e92ca1ac0f8cd9c04ff772d (diff)
downloadedk2-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>
Diffstat (limited to 'SecurityPkg')
-rw-r--r--SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c2
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;