summaryrefslogtreecommitdiffstats
path: root/DynamicTablesPkg/Library/FdtHwInfoParserLib/Serial
diff options
context:
space:
mode:
authorPierre Gondois <pierre.gondois@arm.com>2022-09-06 10:28:59 +0200
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-12-13 14:30:20 +0000
commit11ce7a2de7549306a853cc3fe3abe6ef8f874b40 (patch)
tree9ceab81df205baa91e9375fd5b59bb061c9c6d1e /DynamicTablesPkg/Library/FdtHwInfoParserLib/Serial
parent5890a18409a0e67a491c600b930e6c904ad3b3fd (diff)
downloadedk2-11ce7a2de7549306a853cc3fe3abe6ef8f874b40.tar.gz
edk2-11ce7a2de7549306a853cc3fe3abe6ef8f874b40.tar.bz2
edk2-11ce7a2de7549306a853cc3fe3abe6ef8f874b40.zip
DynamicTablesPkg: Remove duplicated words
In an effort to clean the documentation of the above package, remove duplicated words. Cc: Sami Mujawar <Sami.Mujawar@arm.com> Cc: Alexei Fedorov <Alexei.Fedorov@arm.com> Signed-off-by: Pierre Gondois <pierre.gondois@arm.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
Diffstat (limited to 'DynamicTablesPkg/Library/FdtHwInfoParserLib/Serial')
-rw-r--r--DynamicTablesPkg/Library/FdtHwInfoParserLib/Serial/ArmSerialPortParser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/DynamicTablesPkg/Library/FdtHwInfoParserLib/Serial/ArmSerialPortParser.c b/DynamicTablesPkg/Library/FdtHwInfoParserLib/Serial/ArmSerialPortParser.c
index 0557e416b4..cfd032df4d 100644
--- a/DynamicTablesPkg/Library/FdtHwInfoParserLib/Serial/ArmSerialPortParser.c
+++ b/DynamicTablesPkg/Library/FdtHwInfoParserLib/Serial/ArmSerialPortParser.c
@@ -278,7 +278,7 @@ GetSerialConsoleNode (
return EFI_INVALID_PARAMETER;
}
- // The "chosen" node resides at the the root of the DT. Fetch it.
+ // The "chosen" node resides at the root of the DT. Fetch it.
ChosenNode = fdt_path_offset (Fdt, "/chosen");
if (ChosenNode < 0) {
return EFI_NOT_FOUND;