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.81]) by mx.groups.io with SMTP id smtpd.web09.2059.1578044498491529576 for ; Fri, 03 Jan 2020 01:41:38 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=OiKnvrdC; 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=1578044497; 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=ikmbyBKQIXaw3c5joqE97QO/Ye4NTgKfAGQFXQTGCA8=; b=OiKnvrdCQQKPg03PW4Rat3Rk174E3rm39fpG2AmT4wQ3w4v8cNqZvSckLOseETQEL9Kku2 +arLrUNynODrTwgR/4uS8ziZ1RFgJJ6PuVZHM9KkuBvIgBvpQimoqMlq6hf3YCXYcl1yBJ HXTbL6dxUpV+sKtPrsgmb0445VesB70= 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-19-eQMRQsIZMt6OYigrdy3CRg-1; Fri, 03 Jan 2020 04:41:36 -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 D4AC9477; Fri, 3 Jan 2020 09:41:34 +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 E47EA60BF7; Fri, 3 Jan 2020 09:41:32 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: Philippe Mathieu-Daude , Jordan Justen , Laszlo Ersek , Ard Biesheuvel , Anthony Perard , Julien Grall Subject: [PATCH v2 59/78] OvmfPkg/Xen: Fix a typo Date: Fri, 3 Jan 2020 10:07:53 +0100 Message-Id: <20200103090812.10592-60-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: eQMRQsIZMt6OYigrdy3CRg-1 X-Mimecast-Spam-Score: 0 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.0