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>
This commit is contained in:
Pierre Gondois
2022-09-06 10:28:59 +02:00
committed by mergify[bot]
parent 5890a18409
commit 11ce7a2de7
10 changed files with 10 additions and 10 deletions

View File

@@ -168,7 +168,7 @@ HwInfoParse (
}
/** Cleanup any internal state and resources that were allocated
by the the HwInfoParser.
by the HwInfoParser.
@param [in] ParserHandle A handle to the parser instance.

View File

@@ -130,7 +130,7 @@ ArmGicDispatcher (
Fdt = FdtParserHandle->Fdt;
// The "cpus" node resides at the the root of the DT. Fetch it.
// The "cpus" node resides at the root of the DT. Fetch it.
CpusNode = fdt_path_offset (Fdt, "/cpus");
if (CpusNode < 0) {
return EFI_NOT_FOUND;

View File

@@ -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;