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.web09.6870.1581039663892550596 for ; Thu, 06 Feb 2020 17:41:04 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=TIeE8IY/; 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=1581039663; 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=GeWiiGdU+G2rtXkXSTMACGMFBs1lnCjFcTF0O3bq040=; b=TIeE8IY/MSG0MW5HFvxe+PKnn5/5INzg3hXlwUsn7y/4MPFyZjw5u1eV/Ob5+SuH2+EHcg heE4ed8hDAPtvv8k3q5z3WRYGSY8LXIxyPW2PlgZ/DjidGAeL16vIPsqZ+NONXFzmEG5nR vjcawgUEYbqnFEvdXfvymvugOkPvQNo= 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-31-umnnv6wCP2-wTFsDFTTzWg-1; Thu, 06 Feb 2020 20:40:59 -0500 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 14DBC1800D42; Fri, 7 Feb 2020 01:40:58 +0000 (UTC) Received: from x1w.redhat.com (ovpn-204-120.brq.redhat.com [10.40.204.120]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 074EA5C241; Fri, 7 Feb 2020 01:40:56 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: Laszlo Ersek , Eric Dong Subject: [PATCH v3 56/78] OvmfPkg/Csm/LegacyBios: Fix a typo Date: Fri, 7 Feb 2020 02:08:09 +0100 Message-Id: <20200207010831.9046-57-philmd@redhat.com> In-Reply-To: <20200207010831.9046-1-philmd@redhat.com> References: <20200207010831.9046-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-MC-Unique: umnnv6wCP2-wTFsDFTTzWg-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Fix a typo in the header documentation. Reviewed-by: Laszlo Ersek 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.1