Correct typo in comment.

This commit is contained in:
Nate Lawson 2003-09-14 00:40:24 +00:00
parent 2e71eb1257
commit 5cd10ac5d9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120045

View File

@ -792,7 +792,7 @@ dsdt_from_fadt(struct FADTbody *fadt)
{
struct ACPIsdt *sdt;
/* Use the DSDT address if it is valid and version 2, else X_DSDT */
/* Use the DSDT address if it is valid and version 1, else X_DSDT */
if (addr_size == 4 ||
(addr_size == 8 && fadt->dsdt_ptr != 0 &&
(fadt->x_dsdt_ptr & 0xffffffff) != fadt->dsdt_ptr))