Fix a typo.

This commit is contained in:
augustss 2002-03-10 18:46:35 +00:00
parent 2f9d07f100
commit 7cf6202cca
1 changed files with 1 additions and 1 deletions

View File

@ -1152,7 +1152,7 @@ typedef struct AcpiResource
#define SIZEOF_RESOURCE(Type) (ACPI_RESOURCE_LENGTH_NO_DATA + sizeof (Type))
#define NEXT_RESOURCE(Res) (ACPI_RESOURCE *)((UINT8 *) Res + Res->length)
#define NEXT_RESOURCE(Res) (ACPI_RESOURCE *)((UINT8 *) Res + Res->Length)
/*