summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c
diff options
context:
space:
mode:
authorPierre Gondois <pierre.gondois@arm.com>2022-08-23 18:00:22 +0200
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-09-05 13:52:51 +0000
commite87ac5ef4976d97867ded8db55d177a986912df8 (patch)
tree94641fabfb5238de5ab4380b1f8e09369ec4dd6a /OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c
parent0ccf9556740a236e2984487f0d09878aa389cb10 (diff)
downloadedk2-e87ac5ef4976d97867ded8db55d177a986912df8.tar.gz
edk2-e87ac5ef4976d97867ded8db55d177a986912df8.tar.bz2
edk2-e87ac5ef4976d97867ded8db55d177a986912df8.zip
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/Library/PlatformDebugLibIoPort/DebugLib.c')
-rw-r--r--OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c b/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c
index 4e25f198aa..a4c12b9057 100644
--- a/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c
+++ b/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c
@@ -259,7 +259,7 @@ DebugClearMemory (
ASSERT (Buffer != NULL);
//
- // SetMem() checks for the the ASSERT() condition on Length and returns Buffer
+ // SetMem() checks for the ASSERT() condition on Length and returns Buffer
//
return SetMem (Buffer, Length, PcdGet8 (PcdDebugClearMemoryValue));
}