From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pj1-f45.google.com (mail-pj1-f45.google.com [209.85.216.45]) by mx.groups.io with SMTP id smtpd.web10.25447.1622324101191936673 for ; Sat, 29 May 2021 14:35:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20161025 header.b=KGq4JyFI; spf=pass (domain: gmail.com, ip: 209.85.216.45, mailfrom: kaaira7319@gmail.com) Received: by mail-pj1-f45.google.com with SMTP id g6-20020a17090adac6b029015d1a9a6f1aso8845886pjx.1 for ; Sat, 29 May 2021 14:35:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:mime-version:content-disposition :user-agent; bh=WmUDY0v5Hvy6cWjZJ5UPWZoi/AruH9XfIVTS7xkn/co=; b=KGq4JyFIH+LBYzA1fdvAqyj9PF7UJ9JTCVO5qIxkceg1bKSqUMmA4uYLPsm9dRpPle gQhCEGgrbfSrUpoOnizrIQgpgYEsbH39mZVjjaTYHiSGxmQNvPaWQDeDQqutL0rh84g2 IWo6d5HThmAjuZE4xx9BHvaIfY3qHUR3lZOFWAQcDZJ8r4ivuvd1bb29X4twt7cwZq93 lvsPziKesngPHl1rmH0cjk9971gI3KoV7xHqMTiKC7Icv7M5Irf04IN9WFL/OL05djs/ ZnmfemSZTAxt2ABIWw1/QM7ilt4gyqcg6vRpghe4bQ0Nvd/yZ9qFrEUD27B3uvr47MdR jJNQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition:user-agent; bh=WmUDY0v5Hvy6cWjZJ5UPWZoi/AruH9XfIVTS7xkn/co=; b=lr38N7YKQTyhXx4ubVziOtE0l7TAO/r9V+EOL8pP2csrKC2L1WpHysyMC1ZOJuGFB8 P2FlyZPGXDUbvrgbSCzlL2VBEL8Hv713NDqO2PsMcwPpyGDrU/cewBfs63YlGo5jMMmS /P0GoScMtwE9jhFAyCsXbnBszp20s9iYYRf2RlPlPwcfAiXfIq8qd2AdWckmngv8l6R+ Ii8TXN5/KwaiUzTzTO4SsR6QrWw5zVZ6+Y7aaexXTx48E2QzHSzWBO5Kr6OgEv+lAjFN HSpa6tV1m8vh+0//Hf0AIVNJcc1N00jCRu1gizkJBvhcush1nBH3OaW6VEjQXvEOB6z6 p1Qw== X-Gm-Message-State: AOAM533xWv2vkhgY/nfvKx+0BEK+3I3PsaEj/95y2n11L6scVCOdsOr/ +Y6jC+Uxoc+ae3QNx+UfDppggAf9C0tf4Sz9 X-Google-Smtp-Source: ABdhPJxlHjCjksrK6XVJ7GRrex4IQj8A0ZkkrM3eOQCFsp2Xa4tWLzscdwvj3R5Z4NMF6SnsGsAnJw== X-Received: by 2002:a17:902:d643:b029:ef:62cd:eeed with SMTP id y3-20020a170902d643b02900ef62cdeeedmr13973976plh.42.1622324100433; Sat, 29 May 2021 14:35:00 -0700 (PDT) Return-Path: Received: from kaaira-HP-Pavilion-Notebook ([103.113.213.199]) by smtp.gmail.com with ESMTPSA id w2sm7243806pjq.5.2021.05.29.14.34.57 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Sat, 29 May 2021 14:34:59 -0700 (PDT) Date: Sun, 30 May 2021 03:04:54 +0530 From: "KAAIRA GUPTA" To: devel@edk2.groups.io Cc: Laszlo Ersek , Ard Biesheuvel , Jordan Justen , mikuback@linux.microsoft.com, ray.ni@intel.com Subject: [PATCH] OvmfPkg: Fix typo in README Message-ID: <20210529213421.GA12074@kaaira-HP-Pavilion-Notebook> MIME-Version: 1.0 User-Agent: Mutt/1.9.4 (2018-02-28) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Fix typographical error in the README by correcting the 'an' mistyped as 'and'. Signed-off-by: Kaaira Gupta --- 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