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.web12.1997.1578044492122863661 for ; Fri, 03 Jan 2020 01:41:32 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=GFBn0g2u; spf=pass (domain: redhat.com, ip: 207.211.31.81, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578044491; 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=qsm+LG6hto7lfrlO/KpiFcUOYrBMgxFYz6wkyEZzQrY=; b=GFBn0g2uSGq0QWHOrK1iHlMW9UdI/vCUmhm43xpem2Vsc5ISk38hxABkk0KkKTKSLKVagU PJImRqLSC0MjMVLMc641tfgjOMCMKJKbyBfK3scjdXQm+EMb9Tc91NXnVEh2tF4QwJSRoK UZVYi2e/wAEhi9808M61WMlgJ2HRROQ= 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-209-RteyoPUQNlygWAClqcsBDg-1; Fri, 03 Jan 2020 04:41:26 -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 94C25107ACE6 for ; Fri, 3 Jan 2020 09:41:25 +0000 (UTC) Received: from x1w.redhat.com (ovpn-116-190.ams2.redhat.com [10.36.116.190]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B645560BF7; Fri, 3 Jan 2020 09:41:24 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: Philippe Mathieu-Daude Subject: [PATCH v2 56/78] OvmfPkg/Csm/LegacyBios: Fix a typo Date: Fri, 3 Jan 2020 10:07:50 +0100 Message-Id: <20200103090812.10592-57-philmd@redhat.com> In-Reply-To: <20200103090812.10592-1-philmd@redhat.com> References: <20200103090812.10592-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-MC-Unique: RteyoPUQNlygWAClqcsBDg-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Fix a typo in the header documentation. Signed-off-by: Philippe Mathieu-Daude --- OvmfPkg/Csm/Include/Protocol/LegacyBios.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OvmfPkg/Csm/Include/Protocol/LegacyBios.h b/OvmfPkg/Csm/Includ= e/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 usage 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 follow well known naming conventions. --=20 2.21.0