]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmVirtPkg: Remove duplicated words
authorPierre Gondois <pierre.gondois@arm.com>
Tue, 23 Aug 2022 16:00:11 +0000 (18:00 +0200)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 5 Sep 2022 13:52:51 +0000 (13:52 +0000)
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: Sami Mujawar <sami.muajwar@arm.com>
ArmVirtPkg/Library/Fdt16550SerialPortHookLib/EarlyFdt16550SerialPortHookLib.c

index 5c01a9997ead616113f34ba89440ee038fcba07d..fb1daf32769c20521e93de7af0f54a6a8e2c8369 100644 (file)
@@ -55,7 +55,7 @@ GetSerialConsolePortAddress (
     return EFI_INVALID_PARAMETER;\r
   }\r
 \r
-  // The "chosen" node resides at the the root of the DT. Fetch it.\r
+  // The "chosen" node resides at the root of the DT. Fetch it.\r
   ChosenNode = fdt_path_offset (Fdt, "/chosen");\r
   if (ChosenNode < 0) {\r
     return EFI_NOT_FOUND;\r