MdePkg/IndustryStandard: Fix typos in IoRemappingTable.h
This corrects the value of the type `Named Component` and `Root Complex` in the structure comments, according to the DEN0049E_IO_Remapping_Table specification [1], table 2. [1] https://developer.arm.com/documentation/den0049/latest Signed-off-by: Nhi Pham <nhi@os.amperecomputing.com>
This commit is contained in:
parent
e0b2187754
commit
cf5a955774
|
@ -145,7 +145,7 @@ typedef struct {
|
|||
} EFI_ACPI_6_0_IO_REMAPPING_ITS_NODE;
|
||||
|
||||
///
|
||||
/// Node type 1: root complex node
|
||||
/// Node type 2: root complex node
|
||||
///
|
||||
typedef struct {
|
||||
EFI_ACPI_6_0_IO_REMAPPING_NODE Node;
|
||||
|
@ -164,7 +164,7 @@ typedef struct {
|
|||
} EFI_ACPI_6_0_IO_REMAPPING_RC_NODE;
|
||||
|
||||
///
|
||||
/// Node type 2: named component node
|
||||
/// Node type 1: named component node
|
||||
///
|
||||
typedef struct {
|
||||
EFI_ACPI_6_0_IO_REMAPPING_NODE Node;
|
||||
|
|
Loading…
Reference in New Issue