mirror of https://github.com/acidanthera/audk.git
ArmPkg: Remove duplicated words
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>
This commit is contained in:
parent
1926702c95
commit
05db766bee
|
@ -145,8 +145,8 @@ ScmiCommandExecute (
|
|||
|
||||
/** Internal common function useful for common protocol discovery messages.
|
||||
|
||||
@param[in] ProtocolId Protocol Id of the the protocol.
|
||||
@param[in] MesaageId Message Id of the message.
|
||||
@param[in] ProtocolId Protocol Id of the protocol.
|
||||
@param[in] MessageId Message Id of the message.
|
||||
|
||||
@param[out] ReturnValues SCMI response return values.
|
||||
|
||||
|
|
|
@ -613,7 +613,7 @@ ArmConfigureMmu (
|
|||
// loss of coherency when using mismatched attributes, and given that memory
|
||||
// is mapped cacheable except for extraordinary cases (such as non-coherent
|
||||
// DMA), have the page table walker perform cached accesses as well, and
|
||||
// assert below that that matches the attributes we use for CPU accesses to
|
||||
// assert below that matches the attributes we use for CPU accesses to
|
||||
// the region.
|
||||
//
|
||||
TCR |= TCR_SH_INNER_SHAREABLE |
|
||||
|
|
Loading…
Reference in New Issue