Fix a comment

"enable" fixed events -> "disable" all fixed events.
This commit is contained in:
Robert Moore 2020-01-22 10:07:43 -08:00
parent c5ab5abcf8
commit af4462c6f4

View File

@ -299,7 +299,7 @@ AcpiEvFixedEventInitialize (
/*
* Initialize the structure that keeps track of fixed event handlers and
* enable the fixed events.
* disable all of the fixed events.
*/
for (i = 0; i < ACPI_NUM_FIXED_EVENTS; i++)
{