From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.120]) by mx.groups.io with SMTP id smtpd.web12.2197.1575407156009273334 for ; Tue, 03 Dec 2019 13:05:56 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=IkO8OWWs; spf=pass (domain: redhat.com, ip: 205.139.110.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1575407154; 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=LKcRykdjnJo0ThtRR+dqrwyx4l5gS0o/h89aVyHDN/c=; b=IkO8OWWsLCl5J5l1oIWlweQxHR5UFPddX7ZQ+J3JonBm/30qWhTD7facY4dYOFkQWN57uH /iLQFgW6teGIiZf5Gsvo+ofQNz1nRQMQ+JDqSd5ktOuq6DVSlarypSCm3vHzEnHe2/R9iV bBCTyUiFm54/eVVexM7EMLn3ssPa0HY= 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-218-_iuOOve3P7yYbgqfXXQ9vw-1; Tue, 03 Dec 2019 16:05:51 -0500 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 783261005502; Tue, 3 Dec 2019 21:05:50 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-117-183.ams2.redhat.com [10.36.117.183]) by smtp.corp.redhat.com (Postfix) with ESMTP id AF7285D6A7; Tue, 3 Dec 2019 21:05:46 +0000 (UTC) Subject: Re: [PATCH 60/79] OvmfPkg/Xen: Fix a typo To: Philippe Mathieu-Daude , devel@edk2.groups.io Cc: =?UTF-8?Q?Antoine_C=c5=93ur?= , Jordan Justen , Ard Biesheuvel , Anthony Perard , Julien Grall References: <20191203161602.15969-1-philmd@redhat.com> <20191203161602.15969-61-philmd@redhat.com> From: "Laszlo Ersek" Message-ID: <06f701c6-dcef-fb7f-da11-90e31973dc3e@redhat.com> Date: Tue, 3 Dec 2019 22:05:45 +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: <20191203161602.15969-61-philmd@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-MC-Unique: _iuOOve3P7yYbgqfXXQ9vw-1 X-Mimecast-Spam-Score: 0 Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 12/03/19 17:15, Philippe Mathieu-Daude wrote: > Fix a typo in a comment. > > Cc: Jordan Justen > Cc: Laszlo Ersek > Cc: Ard Biesheuvel > Cc: Anthony Perard > Cc: Julien Grall > 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 ( > ); > > /** > - Desinitilize the Grant Table. > + De-initialize the Grant Table. > **/ > VOID > XenGrantTableDeinit ( > Reviewed-by: Laszlo Ersek