From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 32F631A1E3A for ; Sun, 16 Oct 2016 18:33:02 -0700 (PDT) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP; 16 Oct 2016 18:33:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,356,1473145200"; d="scan'208";a="180441342" Received: from shwdeopenpsi014.ccr.corp.intel.com ([10.239.9.34]) by fmsmga004.fm.intel.com with ESMTP; 16 Oct 2016 18:33:02 -0700 From: Hao Wu To: edk2-devel@lists.01.org Cc: Hao Wu Date: Mon, 17 Oct 2016 09:32:49 +0800 Message-Id: <1476667971-11456-1-git-send-email-hao.a.wu@intel.com> X-Mailer: git-send-email 1.9.5.msysgit.0 Subject: [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:33:02 -0000 Hao Wu (2): MdePkg/TrEEProtocol.h: Fix typo 'Ihis' with 'This' in comment SecurityPkg: Fix typo 'Ihis' with 'This' in codes 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(-) -- 1.9.5.msysgit.0