From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.120]) by mx.groups.io with SMTP id smtpd.web11.6825.1581039669307165239 for ; Thu, 06 Feb 2020 17:41:09 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=eUqgWMwp; spf=pass (domain: redhat.com, ip: 207.211.31.120, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581039668; 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=OupgscBY1kFS2agqkQYn/WOAgf2+9Rc48C3kpwWEc1A=; b=eUqgWMwp5+O9AYTC+XNrDTEqCdGnvgtrhAbD0gA0p6ZtVkCCeS3oc3IovjATUS2r4nNG3v 9EYFAzLvB+jLrtjnLADdZS2Ta31+eHx18WLK4p59foAqhdtvNe5zqgEufedA+NXIPimh9U q90n0SKUloTBLS2mQ066ynkAF3szPjA= 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-85-TgRCHsjrPvKPQHtw8zCmgQ-1; Thu, 06 Feb 2020 20:41:04 -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 7A188102C8B8; Fri, 7 Feb 2020 01:41:02 +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 69D3D5C241; Fri, 7 Feb 2020 01:41:01 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: Laszlo Ersek , Eric Dong Subject: [PATCH v3 59/78] OvmfPkg/Xen: Fix a typo Date: Fri, 7 Feb 2020 02:08:12 +0100 Message-Id: <20200207010831.9046-60-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: TgRCHsjrPvKPQHtw8zCmgQ-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 a comment. Cc: Jordan Justen Cc: Laszlo Ersek Cc: Ard Biesheuvel Cc: Anthony Perard Cc: Julien Grall Acked-by: Anthony PERARD Reviewed-by: Laszlo Ersek Signed-off-by: Philippe Mathieu-Daude --- OvmfPkg/XenBusDxe/GrantTable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OvmfPkg/XenBusDxe/GrantTable.h b/OvmfPkg/XenBusDxe/GrantTable.= h index 0d8434d1fe76..2cc889b6433f 100644 --- a/OvmfPkg/XenBusDxe/GrantTable.h +++ b/OvmfPkg/XenBusDxe/GrantTable.h @@ -27,7 +27,7 @@ XenGrantTableInit ( ); =20 /** - Desinitilize the Grant Table. + De-initialize the Grant Table. **/ VOID XenGrantTableDeinit ( --=20 2.21.1