[edk2-devel] [PATCH] OvmfPkg: Fix typo in README

KAAIRA GUPTA posted 1 patch 2 years, 11 months ago
Failed in applying to current master (apply log)
OvmfPkg/README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[edk2-devel] [PATCH] OvmfPkg: Fix typo in README
Posted by KAAIRA GUPTA 2 years, 11 months ago
Fix typographical error in the README by correcting the 'an' mistyped as
'and'.

Signed-off-by: Kaaira Gupta <kaaira7319@gmail.com>
---
 OvmfPkg/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/OvmfPkg/README b/OvmfPkg/README
index 70f0c41526..8655de3eab 100644
--- a/OvmfPkg/README
+++ b/OvmfPkg/README
@@ -60,7 +60,7 @@ https://github.com/tianocore/tianocore.github.io/wiki/How%20to%20build%20OVMF
 === RUNNING OVMF on QEMU ===
 
 * QEMU 0.12.2 or later is required.
-* 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: QEMU 1.6 or newer; Use QEMU -pflash parameter
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#75856): https://edk2.groups.io/g/devel/message/75856
Mute This Topic: https://groups.io/mt/83178598/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [PATCH] OvmfPkg: Fix typo in README
Posted by Laszlo Ersek 2 years, 11 months ago
On 05/29/21 23:34, KAAIRA GUPTA wrote:
> Fix typographical error in the README by correcting the 'an' mistyped as
> 'and'.
>
> Signed-off-by: Kaaira Gupta <kaaira7319@gmail.com>
> ---
>  OvmfPkg/README | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/OvmfPkg/README b/OvmfPkg/README
> index 70f0c41526..8655de3eab 100644
> --- a/OvmfPkg/README
> +++ b/OvmfPkg/README
> @@ -60,7 +60,7 @@ https://github.com/tianocore/tianocore.github.io/wiki/How%20to%20build%20OVMF
>  === RUNNING OVMF on QEMU ===
>
>  * QEMU 0.12.2 or later is required.
> -* 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: QEMU 1.6 or newer; Use QEMU -pflash parameter
>

This patch is valid, but it will conflict with:

  [edk2-devel] [PATCH 05/43] OvmfPkg/README: bump minimum QEMU version to 1.7.1, machine types to 1.7

  https://edk2.groups.io/g/devel/message/75674
  https://listman.redhat.com/archives/edk2-devel-archive/2021-May/msg00967.html
  http://mid.mail-archive.com/20210526201446.12554-6-lersek@redhat.com

(And that patch was posted earlier than this patch.)

Please add yourself to the CC list on
<https://bugzilla.tianocore.org/show_bug.cgi?id=2122>, and when you see
that its status changes to RESOLVED|FIXED (implying that the
above-mentioned patch has been merged, as a part of its containing
series), then please rebase this patch, and repost it.

Thanks,
Laszlo



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#75899): https://edk2.groups.io/g/devel/message/75899
Mute This Topic: https://groups.io/mt/83178598/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-