From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.61]) by mx.groups.io with SMTP id smtpd.web11.8413.1575389818297535250 for ; Tue, 03 Dec 2019 08:16:58 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=KOKITcIl; spf=pass (domain: redhat.com, ip: 205.139.110.61, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1575389817; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=brCsu+JOcq/zB7184tILNW2DwLk7FhgpkQsDslcOO7Q=; b=KOKITcIlBV8T3AHfn1PKwbqG/GRkc/wl5eXJlP2kZ/PiUKaig4tcU6O3chDA8ER1ddHgLG +VW68w9yxdkcbKR6Vb5qUX/zcuoVAs4t6BoZ+lj1r84VnhUHFbTg1Cnwtsd8rGX/lL+Ha2 YjfcGXaGzHtqXzYf9vh5OCrPnqw1hN4= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-332-y7j_AEPCM-uOXFNK48eQ6g-1; Tue, 03 Dec 2019 11:16:53 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 641E28017DF; Tue, 3 Dec 2019 16:16:52 +0000 (UTC) Received: from x1w.redhat.com (ovpn-204-86.brq.redhat.com [10.40.204.86]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E6C8360C81; Tue, 3 Dec 2019 16:16:50 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: Antoine Coeur , Ray Ni , Philippe Mathieu-Daude Subject: [PATCH 09/79] FatPkg/FatPei: Fix few typos Date: Tue, 3 Dec 2019 17:14:52 +0100 Message-Id: <20191203161602.15969-10-philmd@redhat.com> In-Reply-To: <20191203161602.15969-1-philmd@redhat.com> References: <20191203161602.15969-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-MC-Unique: y7j_AEPCM-uOXFNK48eQ6g-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Antoine Coeur Fix few typos in comments. 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(-) 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 specified = FAT volume and returns + This function finds the recovery file named FileName on a specified FAT = 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 specified = FAT volume and returns + This function finds the recovery file named FileName on a specified FAT = 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].Si= zeInLBA) - 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 MBR // that gets created from DOS is smaller than the MBR created from --=20 2.21.0