diff options
author | KAAIRA GUPTA <kaaira7319@gmail.com> | 2021-06-05 22:47:12 +0530 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-06-07 17:47:35 +0000 |
commit | 558d83ab1a5179e146a56dd5f3cb16e1ca44ff46 (patch) | |
tree | 1a5e22441e66406d2b5c206b426e069d3e46d38d /OvmfPkg/README | |
parent | ddb3fdbef30de5a2946f9bd51060e8d5b1987aef (diff) | |
download | edk2-558d83ab1a5179e146a56dd5f3cb16e1ca44ff46.tar.gz |
OvmfPkg/README: Fix typo in README
Fix typographical error in the OvmfPkg/README by correcting the 'an'
mistyped as 'and'.
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: mikuback@linux.microsoft.com
Cc: ray.ni@intel.com
Signed-off-by: Kaaira Gupta <kaaira7319@gmail.com>
Message-Id: <20210605171712.GA16976@kaaira-HP-Pavilion-Notebook>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'OvmfPkg/README')
-rw-r--r-- | OvmfPkg/README | 2 |
1 files changed, 1 insertions, 1 deletions
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
|