diff options
author | Pierre Gondois <pierre.gondois@arm.com> | 2022-08-23 18:00:22 +0200 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-09-05 13:52:51 +0000 |
commit | e87ac5ef4976d97867ded8db55d177a986912df8 (patch) | |
tree | 94641fabfb5238de5ab4380b1f8e09369ec4dd6a /OvmfPkg/QemuFlashFvbServicesRuntimeDxe | |
parent | 0ccf9556740a236e2984487f0d09878aa389cb10 (diff) | |
download | edk2-e87ac5ef4976d97867ded8db55d177a986912df8.tar.gz |
OvmfPkg: Remove duplicated words
In an effort to clean the documentation of the above
package, remove duplicated words.
Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com>
Diffstat (limited to 'OvmfPkg/QemuFlashFvbServicesRuntimeDxe')
-rw-r--r-- | OvmfPkg/QemuFlashFvbServicesRuntimeDxe/QemuFlashDxe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/QemuFlashDxe.c b/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/QemuFlashDxe.c index 9e074c29bb..172d6a4267 100644 --- a/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/QemuFlashDxe.c +++ b/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/QemuFlashDxe.c @@ -79,7 +79,7 @@ QemuFlashPtrWrite ( // Writing to flash is emulated by the hypervisor through the use of write
// protection. This won't work for an SEV-ES guest because the write won't
// be recognized as a true MMIO write, which would result in the required
- // #VC exception. Instead, use the the VMGEXIT MMIO write support directly
+ // #VC exception. Instead, use the VMGEXIT MMIO write support directly
// to perform the update.
//
VmgInit (Ghcb, &InterruptState);
|