summaryrefslogtreecommitdiff
path: root/source/include/actbl1.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2012-07-11 16:51:47 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2012-07-11 16:51:47 +0000
commit8724452f676e45bfd39cfb47234f7def5551f067 (patch)
treeadad4747b5f7a0166c805c0a7a6bdd4c884aa24b /source/include/actbl1.h
parentafea6800ce201481ac6ebace2b4266b3b1b15d6e (diff)
Import ACPICA 20120711.vendor/acpica/20120711
Notes
svn path=/vendor-sys/acpica/dist/; revision=238367 svn path=/vendor-sys/acpica/20120711/; revision=238368; tag=vendor/acpica/20120711
Diffstat (limited to 'source/include/actbl1.h')
-rw-r--r--source/include/actbl1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/actbl1.h b/source/include/actbl1.h
index 824135d3dd2d..c24178f9c409 100644
--- a/source/include/actbl1.h
+++ b/source/include/actbl1.h
@@ -130,7 +130,7 @@ typedef struct acpi_table_bert
{
ACPI_TABLE_HEADER Header; /* Common ACPI table header */
UINT32 RegionLength; /* Length of the boot error region */
- UINT64 Address; /* Physical addresss of the error region */
+ UINT64 Address; /* Physical address of the error region */
} ACPI_TABLE_BERT;