From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web12.1160.1623088187637349514 for ; Mon, 07 Jun 2021 10:49:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=F6hh/usZ; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1623088186; 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=TTw1pqfXsuFxgCZBdDGc1J3mg5e2JNmTYk5pHYTtARU=; b=F6hh/usZ/wQW8Fe8yqDtKD8oEKIt2dDyNXG4Yj//FKFGNAThYWNyDIr01W3nWJMAcni9Qf b7CCC+NXdwVXRt2H9gj6R6iKDvtuScB7W8UDsqdNUplSvx+bxRcWr2L2pN0hC8zNJjSkOF m153RYcm3wnkGNOY52uKauKQuXRVZoY= 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-128-2tRR_Uw5OHOQ3aSPl5D9Uw-1; Mon, 07 Jun 2021 13:49:43 -0400 X-MC-Unique: 2tRR_Uw5OHOQ3aSPl5D9Uw-1 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 3EB14189C440; Mon, 7 Jun 2021 17:49:41 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-114-75.ams2.redhat.com [10.36.114.75]) by smtp.corp.redhat.com (Postfix) with ESMTPS id DD08F60C17; Mon, 7 Jun 2021 17:49:39 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH v2] OvmfPkg/README: Fix typo in README To: devel@edk2.groups.io, kaaira7319@gmail.com Cc: Ard Biesheuvel , Jordan Justen , mikuback@linux.microsoft.com, ray.ni@intel.com References: <20210605171712.GA16976@kaaira-HP-Pavilion-Notebook> From: "Laszlo Ersek" Message-ID: <19588c4d-33e9-9c5a-66bc-252b30baf8af@redhat.com> Date: Mon, 7 Jun 2021 19:49:38 +0200 MIME-Version: 1.0 In-Reply-To: <20210605171712.GA16976@kaaira-HP-Pavilion-Notebook> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 06/05/21 19:17, KAAIRA GUPTA wrote: > Fix typographical error in the OvmfPkg/README by correcting the 'an' > mistyped as 'and'. > > Cc: Laszlo Ersek > Cc: Ard Biesheuvel > Cc: Jordan Justen > Cc: mikuback@linux.microsoft.com > Cc: ray.ni@intel.com > Signed-off-by: Kaaira Gupta > --- > Changes in v2: > - Rebase on commit ae4aa4a > - Improve commit message. > > OvmfPkg/README | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/OvmfPkg/README b/OvmfPkg/README > index 815e66528c..d6e7e32848 100644 > --- a/OvmfPkg/README > +++ b/OvmfPkg/README > @@ -59,7 +59,7 @@ https://github.com/tianocore/tianocore.github.io/wiki/How%20to%20build%20OVMF > > === RUNNING OVMF on QEMU === > > -* Be sure to use qemu-system-x86_64, if you are using and X64 firmware. > +* Be sure to use qemu-system-x86_64, if you are using an X64 firmware. > (qemu-system-x86_64 works for the IA32 firmware as well, of course.) > * Use OVMF for QEMU firmware (3 options available) > - Option 1: Use QEMU -pflash parameter > Reviewed-by: Laszlo Ersek Merged as commit 558d83ab1a51, via . Thanks, Laszlo