From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.81]) by mx.groups.io with SMTP id smtpd.web10.3885.1578058834961083028 for ; Fri, 03 Jan 2020 05:40:35 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=gHO6QrtP; spf=pass (domain: redhat.com, ip: 207.211.31.81, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578058834; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=AlC4THFMGRSH8aE1HzP3CVqV/udd4UvcGk7rcdmo91A=; b=gHO6QrtPmX6MvB+p9FWYuPTohoy7lGyVzb+N3U6Y4hl1PPm97nA69c5VuWfv+4+p+MIOmQ g7JQ+odNUDXLWrSqzr4A5g9fhfggVoRYG9AHgv7tVsljnX+ttIJsZ5o0rUjqfWNUqLYiRw 3kpUJZkw7Xb5giDIxO5M2U9cT79bP1Q= 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-129-n8qK3mQkNVynuBMfaOMGbw-1; Fri, 03 Jan 2020 08:40:32 -0500 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id CE051DB20 for ; Fri, 3 Jan 2020 13:40:31 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-245.ams2.redhat.com [10.36.116.245]) by smtp.corp.redhat.com (Postfix) with ESMTP id 25447272A0; Fri, 3 Jan 2020 13:40:28 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH v2 56/78] OvmfPkg/Csm/LegacyBios: Fix a typo To: devel@edk2.groups.io, philmd@redhat.com References: <20200103090812.10592-1-philmd@redhat.com> <20200103090812.10592-57-philmd@redhat.com> From: "Laszlo Ersek" Message-ID: <1a6d6a06-a6a7-c1d6-4b09-d866d198177e@redhat.com> Date: Fri, 3 Jan 2020 14:40:27 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20200103090812.10592-57-philmd@redhat.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-MC-Unique: n8qK3mQkNVynuBMfaOMGbw-1 X-Mimecast-Spam-Score: 0 Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 01/03/20 10:07, Philippe Mathieu-Daud=C3=A9 wrote: > Fix a typo in the header documentation. >=20 > Signed-off-by: Philippe Mathieu-Daude > --- > OvmfPkg/Csm/Include/Protocol/LegacyBios.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/OvmfPkg/Csm/Include/Protocol/LegacyBios.h b/OvmfPkg/Csm/Incl= ude/Protocol/LegacyBios.h > index cd585a8d58f3..cb320b601733 100644 > --- a/OvmfPkg/Csm/Include/Protocol/LegacyBios.h > +++ b/OvmfPkg/Csm/Include/Protocol/LegacyBios.h > @@ -1,7 +1,7 @@ > /** @file > The EFI Legacy BIOS Protocol is used to abstract legacy Option ROM usa= ge > under EFI and Legacy OS boot. This file also includes all the related > - COMPATIBILIY16 structures and definitions. > + COMPATIBILITY16 structures and definitions. > =20 > Note: The names for EFI_IA32_REGISTER_SET elements were picked to foll= ow > well known naming conventions. >=20 Reviewed-by: Laszlo Ersek