mirror of https://github.com/acidanthera/audk.git
DynamicTablesPkg: Fix typo in AmlCodeGenRdMemory32Fixed doxygen comment
Fix typo of "Address". Signed-off-by: Rebecca Cran <rebecca@quicinc.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
This commit is contained in:
parent
7719bc3f71
commit
ac55fcb051
|
@ -619,7 +619,7 @@ AmlCodeGenRdDWordMemory (
|
|||
See ACPI 6.4 spec, s19.2.8 for more.
|
||||
|
||||
@param [in] IsReadWrite ReadAndWrite parameter.
|
||||
@param [in] Addres AddressBase parameter.
|
||||
@param [in] Address AddressBase parameter.
|
||||
@param [in] RangeLength Range length.
|
||||
@param [in] NameOpNode NameOp object node defining a named object.
|
||||
If provided, append the new resource data
|
||||
|
|
Loading…
Reference in New Issue