]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPkg: Remove duplicated words
authorPierre Gondois <pierre.gondois@arm.com>
Tue, 23 Aug 2022 16:00:09 +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, and fix a typo while at it.

Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
Reviewed-by: Sami Mujawar <sami.muajwar@arm.com>
Reviewed-by: Leif Lindholm <quic_llindhol@quicinc.com>
ArmPkg/Drivers/ArmScmiDxe/Scmi.c
ArmPkg/Library/ArmMmuLib/AArch64/ArmMmuLibCore.c

index d5a1ff0be33c95cb4a605e6a862cac1768db2a73..fcf4ed496f265dcf59aaaa660467f0ee9f3e9a84 100644 (file)
@@ -145,8 +145,8 @@ ScmiCommandExecute (
 \r
 /** Internal common function useful for common protocol discovery messages.\r
 \r
-  @param[in] ProtocolId    Protocol Id of the the protocol.\r
-  @param[in] MesaageId     Message Id of the message.\r
+  @param[in] ProtocolId    Protocol Id of the protocol.\r
+  @param[in] MessageId     Message Id of the message.\r
 \r
   @param[out] ReturnValues SCMI response return values.\r
 \r
index 4a0513392a755ca30efff15541ce4489d344e1c4..e5ecc737515386241b628e3c2997e967a580b40f 100644 (file)
@@ -613,7 +613,7 @@ ArmConfigureMmu (
   // loss of coherency when using mismatched attributes, and given that memory\r
   // is mapped cacheable except for extraordinary cases (such as non-coherent\r
   // DMA), have the page table walker perform cached accesses as well, and\r
-  // assert below that that matches the attributes we use for CPU accesses to\r
+  // assert below that matches the attributes we use for CPU accesses to\r
   // the region.\r
   //\r
   TCR |= TCR_SH_INNER_SHAREABLE |\r