mirror of https://github.com/acidanthera/audk.git
MdeModulePkg AcpiTableDxe: Fix a typo in function description
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu <hao.a.wu@intel.com> Reviewed-by: Feng Tian <feng.tian@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19598 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8a1c4a8cf9
commit
af3833ac32
|
@ -343,7 +343,7 @@ AmlGetObjectName (
|
|||
ASSERT ((AmlByteEncoding->Attribute & AML_IN_NAMESPACE) != 0);
|
||||
|
||||
//
|
||||
// Find out Last Name index, accroding to OpCode table.
|
||||
// Find out Last Name index, according to OpCode table.
|
||||
// The last name will be the node name by design.
|
||||
//
|
||||
TermIndex = AmlByteEncoding->MaxIndex;
|
||||
|
|
Loading…
Reference in New Issue