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:
Nhi Pham 2025-04-01 09:53:42 +07:00 committed by mergify[bot]
parent e0b2187754
commit cf5a955774
1 changed files with 2 additions and 2 deletions

View File

@ -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;