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;