From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 1BAF61A1E3A for ; Sun, 16 Oct 2016 18:45:39 -0700 (PDT) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 16 Oct 2016 18:45:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,356,1473145200"; d="scan'208";a="890618125" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga003.jf.intel.com with ESMTP; 16 Oct 2016 18:45:36 -0700 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 16 Oct 2016 18:45:36 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx158.amr.corp.intel.com (10.18.116.75) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 16 Oct 2016 18:45:36 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.206]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.104]) with mapi id 14.03.0248.002; Mon, 17 Oct 2016 09:45:34 +0800 From: "Yao, Jiewen" To: "Wu, Hao A" , "edk2-devel@lists.01.org" CC: "Wu, Hao A" Thread-Topic: [edk2] [PATCH 0/2] Fix typo 'Ihis' with 'This' in codes Thread-Index: AQHSKBZz/TnUuwUBA0GsqGJAeK2jL6Cr4BYQ Date: Mon, 17 Oct 2016 01:45:33 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C50386B1F73@shsmsx102.ccr.corp.intel.com> References: <1476667971-11456-1-git-send-email-hao.a.wu@intel.com> In-Reply-To: <1476667971-11456-1-git-send-email-hao.a.wu@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 0/2] Fix typo 'Ihis' with 'This' in codes 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: Mon, 17 Oct 2016 01:45:39 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jiewen.yao@intel.com > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Hao Wu > Sent: Monday, October 17, 2016 9:33 AM > To: edk2-devel@lists.01.org > Cc: Wu, Hao A > Subject: [edk2] [PATCH 0/2] Fix typo 'Ihis' with 'This' in codes >=20 > Hao Wu (2): > MdePkg/TrEEProtocol.h: Fix typo 'Ihis' with 'This' in comment > SecurityPkg: Fix typo 'Ihis' with 'This' in codes >=20 > MdePkg/Include/Protocol/TrEEProtocol.h > | 4 ++-- > SecurityPkg/Include/Library/HashLib.h > | 4 ++-- > SecurityPkg/Include/Library/Tcg2PhysicalPresenceLib.h | > 2 +- > SecurityPkg/Include/Library/Tcg2PpVendorLib.h > | 4 ++-- > SecurityPkg/Include/Library/TcgPhysicalPresenceLib.h | > 4 ++-- > SecurityPkg/Include/Library/TcgPpVendorLib.h > | 4 ++-- > SecurityPkg/Include/Library/TpmCommLib.h > | 4 ++-- > SecurityPkg/Include/Library/TrEEPhysicalPresenceLib.h | > 4 ++-- > SecurityPkg/Include/Library/TrEEPpVendorLib.h > | 4 ++-- > SecurityPkg/Include/Ppi/FirmwareVolumeInfoMeasurementExcluded.h > | 4 ++-- > SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.c | > 4 ++-- > SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.c | > 4 ++-- > .../Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterCommon.c > | 4 ++-- > .../Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterCommon.h > | 4 ++-- > .../Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.c > | 4 ++-- > .../Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf | > 4 ++-- > .../Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.uni | > 4 ++-- > .../Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.c | > 4 ++-- > .../Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf | > 4 ++-- > .../Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.uni | > 4 ++-- > SecurityPkg/Library/HashLibTpm2/HashLibTpm2.c > | 4 ++-- > SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.c > | 4 ++-- > SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.c > | 4 ++-- > SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.c > | 2 +- > SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.c > | 4 ++-- > SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf > | 4 ++-- > SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.uni > | 6 +++--- > SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.c > | 4 ++-- > SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.inf | > 4 ++-- > SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.uni | > 6 +++--- > SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.c > | 4 ++-- > SecurityPkg/Library/Tpm2DeviceLibTrEE/Tpm2DeviceLibTrEE.c > | 4 ++-- > 32 files changed, 64 insertions(+), 64 deletions(-) >=20 > -- > 1.9.5.msysgit.0 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel