From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web12.2293.1596535249243160767 for ; Tue, 04 Aug 2020 03:00:49 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: linux.intel.com, ip: 134.134.136.100, mailfrom: maciej.rabeda@linux.intel.com) IronPort-SDR: aKMVbe/Jc4cTivLSVdFPkn1KI7KPRtfz7ccTfaErnPjYtHFw8Pq0/L6d9X7+ggh1fEMCR4qi4K worksmEyNOAQ== X-IronPort-AV: E=McAfee;i="6000,8403,9702"; a="216678201" X-IronPort-AV: E=Sophos;i="5.75,433,1589266800"; d="scan'208";a="216678201" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Aug 2020 03:00:47 -0700 IronPort-SDR: KVmRpL4tVsbSb0Xv+KApxixqrg1GhLpb8X52+LJ0zH+En7nn+mU5rGWi7qZQotdJbjURm/NZc6 10GXcl26VTfw== X-IronPort-AV: E=Sophos;i="5.75,433,1589266800"; d="scan'208";a="467004620" Received: from maffek-mobl.ger.corp.intel.com (HELO [10.213.27.221]) ([10.213.27.221]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Aug 2020 03:00:46 -0700 Subject: Re: [edk2-devel] [Patch 5/6] SecurityPkg: Fix spelling mistake for occurred To: devel@edk2.groups.io, michael.d.kinney@intel.com Cc: Qi Zhang , Rahul Kumar References: <20200801010457.28776-1-michael.d.kinney@intel.com> <20200801010457.28776-6-michael.d.kinney@intel.com> From: "Maciej Rabeda" Message-ID: Date: Tue, 4 Aug 2020 12:00:41 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: <20200801010457.28776-6-michael.d.kinney@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: pl Reviewed-by: Maciej Rabeda On 01-Aug-20 03:04, Michael D Kinney wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2361 > > Cc: Qi Zhang > Cc: Rahul Kumar > Signed-off-by: Michael D Kinney > --- > .../Library/DxeImageVerificationLib/DxeImageVerificationLib.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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;