From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mx.groups.io with SMTP id smtpd.web09.6080.1576823844928837952 for ; Thu, 19 Dec 2019 22:37:25 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.20, mailfrom: ray.ni@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Dec 2019 22:37:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,334,1571727600"; d="scan'208";a="206457133" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga007.jf.intel.com with ESMTP; 19 Dec 2019 22:37:24 -0800 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 19 Dec 2019 22:37:23 -0800 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 19 Dec 2019 22:37:23 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.90]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.164]) with mapi id 14.03.0439.000; Fri, 20 Dec 2019 14:37:21 +0800 From: "Ni, Ray" To: Philippe Mathieu-Daude , "devel@edk2.groups.io" CC: Antoine Coeur Subject: Re: [PATCH 09/79] FatPkg/FatPei: Fix few typos Thread-Topic: [PATCH 09/79] FatPkg/FatPei: Fix few typos Thread-Index: AQHVqfUenOJhiHoSl0e3GdxcXudGgqfCq4mA Date: Fri, 20 Dec 2019 06:37:21 +0000 Deferred-Delivery: Fri, 20 Dec 2019 06:36:00 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5C3A412D@SHSMSX104.ccr.corp.intel.com> References: <20191203161602.15969-1-philmd@redhat.com> <20191203161602.15969-10-philmd@redhat.com> In-Reply-To: <20191203161602.15969-10-philmd@redhat.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: ray.ni@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ray Ni > -----Original Message----- > From: Philippe Mathieu-Daude > Sent: Wednesday, December 4, 2019 12:15 AM > To: devel@edk2.groups.io > Cc: Antoine Coeur ; Ni, Ray ; Philippe > Mathieu-Daude > Subject: [PATCH 09/79] FatPkg/FatPei: Fix few typos >=20 > From: Antoine Coeur >=20 > Fix few typos in comments. >=20 > Cc: Ray Ni > Signed-off-by: Coeur > Reviewed-by: Philippe Mathieu-Daude > Signed-off-by: Philippe Mathieu-Daude > --- > FatPkg/FatPei/FatLitePeim.h | 2 +- > FatPkg/FatPei/FatLiteApi.c | 2 +- > FatPkg/FatPei/Mbr.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/FatPkg/FatPei/FatLitePeim.h b/FatPkg/FatPei/FatLitePeim.h > index 9cacf74aceeb..0c3c69853ca6 100644 > --- a/FatPkg/FatPei/FatLitePeim.h > +++ b/FatPkg/FatPei/FatLitePeim.h > @@ -185,7 +185,7 @@ typedef struct { >=20 > /** > Finds the recovery file on a FAT volume. > - This function finds the the recovery file named FileName on a specifie= d FAT > volume and returns > + This function finds the recovery file named FileName on a specified FA= T > volume and returns > its FileHandle pointer. >=20 > @param PrivateData Global memory map for accessing global > diff --git a/FatPkg/FatPei/FatLiteApi.c b/FatPkg/FatPei/FatLiteApi.c > index 8c7c6e52581f..d07422ba93b7 100644 > --- a/FatPkg/FatPei/FatLiteApi.c > +++ b/FatPkg/FatPei/FatLiteApi.c > @@ -591,7 +591,7 @@ LoadRecoveryCapsule ( >=20 > /** > Finds the recovery file on a FAT volume. > - This function finds the the recovery file named FileName on a specifie= d FAT > volume and returns > + This function finds the recovery file named FileName on a specified FA= T > volume and returns > its FileHandle pointer. >=20 > @param PrivateData Global memory map for accessing global > diff --git a/FatPkg/FatPei/Mbr.c b/FatPkg/FatPei/Mbr.c > index 5b01604c0749..78e73fb811d7 100644 > --- a/FatPkg/FatPei/Mbr.c > +++ b/FatPkg/FatPei/Mbr.c > @@ -51,7 +51,7 @@ PartitionValidMbr ( > EndingLBA =3D StartingLBA + UNPACK_UINT32 (Mbr- > >Partition[Index1].SizeInLBA) - 1; > if (EndingLBA > LastLba) { > // > - // Compatability Errata: > + // Compatibility Errata: > // Some systems try to hide drive space with their INT 13h driver > // This does not hide space from the OS driver. This means the MB= R > // that gets created from DOS is smaller than the MBR created fro= m > -- > 2.21.0