From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by ml01.01.org (Postfix) with ESMTP id 0337E1A1DF7 for ; Sun, 7 Aug 2016 07:04:06 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 07 Aug 2016 07:04:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,484,1464678000"; d="scan'208";a="745387721" Received: from pgsmsx102.gar.corp.intel.com ([10.221.44.80]) by FMSMGA003.fm.intel.com with ESMTP; 07 Aug 2016 07:04:05 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by PGSMSX102.gar.corp.intel.com (10.221.44.80) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 7 Aug 2016 22:04:04 +0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.181]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.150]) with mapi id 14.03.0248.002; Sun, 7 Aug 2016 22:04:03 +0800 From: "Long, Qin" To: Thomas Huth , "edk2-devel@ml01.01.org" CC: "Ye, Ting" Thread-Topic: [PATCH] CryptoPkg: Fix "responsiblity" typos Thread-Index: AQHR71xrffsza81IT0KX1YmcaOWl0aA9ijcg Date: Sun, 7 Aug 2016 14:04:02 +0000 Message-ID: References: <1470430825-14473-1-git-send-email-thuth@redhat.com> In-Reply-To: <1470430825-14473-1-git-send-email-thuth@redhat.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmQxOTE1ZDgtZWE0OC00ZjQ3LTg3M2ItMDg2NDkzNGVjOTViIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjJ2SjFwNlhZajlyQ1Q5R0VONW9QK1VpR1QxWWFkOXBhSWVQdm5kSkwycVU9In0= x-ctpclassification: CTP_IC x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH] CryptoPkg: Fix "responsiblity" typos X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Aug 2016 14:04:07 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Qin Long Best Regards & Thanks, LONG, Qin > -----Original Message----- > From: Thomas Huth [mailto:thuth@redhat.com] > Sent: Saturday, August 6, 2016 5:00 AM > To: edk2-devel@ml01.01.org > Cc: Long, Qin ; Ye, Ting > Subject: [PATCH] CryptoPkg: Fix "responsiblity" typos >=20 > It's "responsibility", not "responsiblity". >=20 > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Thomas Huth > --- > CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Verify.c | 10 ++++= +----- > CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyNull.c | 10 ++++= +----- > .../BaseCryptLibRuntimeCryptProtocol/Pk/CryptPkcs7VerifyNull.c | 10 ++++= +----- > 3 files changed, 15 insertions(+), 15 deletions(-) >=20 > diff --git a/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Verify.c b/Crypt= oPkg/Library/BaseCryptLib/Pk/CryptPkcs7Verify.c > index efa3796..4dd1625 100644 > --- a/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Verify.c > +++ b/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Verify.c > @@ -238,10 +238,10 @@ _Exit: > @param[in] P7Data Pointer to the PKCS#7 message to verify. > @param[in] P7Length Length of the PKCS#7 message in bytes. > @param[out] CertStack Pointer to Signer's certificates retrieved fr= om P7Data. > - It's caller's responsiblity to free the buffe= r. > + It's caller's responsibility to free the buff= er. > @param[out] StackLength Length of signer's certificates in bytes. > @param[out] TrustedCert Pointer to a trusted certificate from Signer'= s certificates. > - It's caller's responsiblity to free the buffe= r. > + It's caller's responsibility to free the buff= er. > @param[out] CertLength Length of the trusted certificate in bytes. >=20 > @retval TRUE The operation is finished successfully. > @@ -436,10 +436,10 @@ Pkcs7FreeSigners ( > @param[in] P7Data Pointer to the PKCS#7 message. > @param[in] P7Length Length of the PKCS#7 message in bytes. > @param[out] SignerChainCerts Pointer to the certificates list chained= to signer's > - certificate. It's caller's responsiblity= to free the buffer. > + certificate. It's caller's responsibilit= y to free the buffer. > @param[out] ChainLength Length of the chained certificates list = buffer in bytes. > @param[out] UnchainCerts Pointer to the unchained certificates li= sts. It's caller's > - responsiblity to free the buffer. > + responsibility to free the buffer. > @param[out] UnchainLength Length of the unchained certificates lis= t buffer in bytes. >=20 > @retval TRUE The operation is finished successfully. > @@ -905,7 +905,7 @@ _Exit: > @param[in] P7Data Pointer to the PKCS#7 signed data to process= . > @param[in] P7Length Length of the PKCS#7 signed data in bytes. > @param[out] Content Pointer to the extracted content from the PK= CS#7 signedData. > - It's caller's responsiblity to free the buff= er. > + It's caller's responsibility to free the buf= fer. > @param[out] ContentSize The size of the extracted content in bytes. >=20 > @retval TRUE The P7Data was correctly formatted for proce= ssing. > diff --git a/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyNull.c b/C= ryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyNull.c > index 05433ff..d09fd54 100644 > --- a/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyNull.c > +++ b/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyNull.c > @@ -25,10 +25,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EI= THER EXPRESS OR IMPLIED. > @param[in] P7Data Pointer to the PKCS#7 message to verify. > @param[in] P7Length Length of the PKCS#7 message in bytes. > @param[out] CertStack Pointer to Signer's certificates retrieved fr= om P7Data. > - It's caller's responsiblity to free the buffe= r. > + It's caller's responsibility to free the buff= er. > @param[out] StackLength Length of signer's certificates in bytes. > @param[out] TrustedCert Pointer to a trusted certificate from Signer'= s certificates. > - It's caller's responsiblity to free the buffe= r. > + It's caller's responsibility to free the buff= er. > @param[out] CertLength Length of the trusted certificate in bytes. >=20 > @retval FALSE This interface is not supported. > @@ -75,10 +75,10 @@ Pkcs7FreeSigners ( > @param[in] P7Data Pointer to the PKCS#7 message. > @param[in] P7Length Length of the PKCS#7 message in bytes. > @param[out] SignerChainCerts Pointer to the certificates list chained= to signer's > - certificate. It's caller's responsiblity= to free the buffer. > + certificate. It's caller's responsibilit= y to free the buffer. > @param[out] ChainLength Length of the chained certificates list = buffer in bytes. > @param[out] UnchainCerts Pointer to the unchained certificates li= sts. It's caller's > - responsiblity to free the buffer. > + responsibility to free the buffer. > @param[out] UnchainLength Length of the unchained certificates lis= t buffer in bytes. >=20 > @retval TRUE The operation is finished successfully. > @@ -142,7 +142,7 @@ Pkcs7Verify ( > @param[in] P7Data Pointer to the PKCS#7 signed data to process= . > @param[in] P7Length Length of the PKCS#7 signed data in bytes. > @param[out] Content Pointer to the extracted content from the PK= CS#7 signedData. > - It's caller's responsiblity to free the buff= er. > + It's caller's responsibility to free the buf= fer. > @param[out] ContentSize The size of the extracted content in bytes. >=20 > @retval TRUE The P7Data was correctly formatted for proce= ssing. > diff --git a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptP= kcs7VerifyNull.c > b/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptPkcs7VerifyN= ull.c > index 05433ff..d09fd54 100644 > --- a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptPkcs7Ver= ifyNull.c > +++ b/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptPkcs7Ver= ifyNull.c > @@ -25,10 +25,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EI= THER EXPRESS OR IMPLIED. > @param[in] P7Data Pointer to the PKCS#7 message to verify. > @param[in] P7Length Length of the PKCS#7 message in bytes. > @param[out] CertStack Pointer to Signer's certificates retrieved fr= om P7Data. > - It's caller's responsiblity to free the buffe= r. > + It's caller's responsibility to free the buff= er. > @param[out] StackLength Length of signer's certificates in bytes. > @param[out] TrustedCert Pointer to a trusted certificate from Signer'= s certificates. > - It's caller's responsiblity to free the buffe= r. > + It's caller's responsibility to free the buff= er. > @param[out] CertLength Length of the trusted certificate in bytes. >=20 > @retval FALSE This interface is not supported. > @@ -75,10 +75,10 @@ Pkcs7FreeSigners ( > @param[in] P7Data Pointer to the PKCS#7 message. > @param[in] P7Length Length of the PKCS#7 message in bytes. > @param[out] SignerChainCerts Pointer to the certificates list chained= to signer's > - certificate. It's caller's responsiblity= to free the buffer. > + certificate. It's caller's responsibilit= y to free the buffer. > @param[out] ChainLength Length of the chained certificates list = buffer in bytes. > @param[out] UnchainCerts Pointer to the unchained certificates li= sts. It's caller's > - responsiblity to free the buffer. > + responsibility to free the buffer. > @param[out] UnchainLength Length of the unchained certificates lis= t buffer in bytes. >=20 > @retval TRUE The operation is finished successfully. > @@ -142,7 +142,7 @@ Pkcs7Verify ( > @param[in] P7Data Pointer to the PKCS#7 signed data to process= . > @param[in] P7Length Length of the PKCS#7 signed data in bytes. > @param[out] Content Pointer to the extracted content from the PK= CS#7 signedData. > - It's caller's responsiblity to free the buff= er. > + It's caller's responsibility to free the buf= fer. > @param[out] ContentSize The size of the extracted content in bytes. >=20 > @retval TRUE The P7Data was correctly formatted for proce= ssing. > -- > 1.8.3.1