diff options
author | Rebecca Cran <rebecca@quicinc.com> | 2022-08-31 10:20:29 -0600 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-09-01 14:48:38 +0000 |
commit | ac55fcb051e4f288d29432043a42c13866419598 (patch) | |
tree | 42d048a7870f6f74a5556fb1ad34b8445ebd87f6 /DynamicTablesPkg | |
parent | 7719bc3f716ec02e647ffc41646f498155e28d09 (diff) | |
download | edk2-ac55fcb051e4f288d29432043a42c13866419598.tar.gz edk2-ac55fcb051e4f288d29432043a42c13866419598.tar.bz2 edk2-ac55fcb051e4f288d29432043a42c13866419598.zip |
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>
Diffstat (limited to 'DynamicTablesPkg')
-rw-r--r-- | DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlResourceDataCodeGen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlResourceDataCodeGen.c b/DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlResourceDataCodeGen.c index dafbd19fde..32c3ab534d 100644 --- a/DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlResourceDataCodeGen.c +++ b/DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlResourceDataCodeGen.c @@ -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
|