mirror of
https://github.com/acpica/acpica/
synced 2025-03-21 21:52:53 +03:00
fix typo
date 2004.08.25.16.18.00; author rmoore1; state Exp;
This commit is contained in:
parent
eb06b4da1c
commit
a893613632
@ -1,7 +1,7 @@
|
|||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
*
|
*
|
||||||
* Name: acglobal.h - Declarations for global variables
|
* Name: acglobal.h - Declarations for global variables
|
||||||
* $Revision: 1.155 $
|
* $Revision: 1.156 $
|
||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
@ -167,7 +167,7 @@ extern UINT32 AcpiGbl_NestingLevel;
|
|||||||
* interpreter strictly follows the ACPI specification. Setting to TRUE
|
* interpreter strictly follows the ACPI specification. Setting to TRUE
|
||||||
* allows the interpreter to forgive certain bad AML constructs.
|
* allows the interpreter to forgive certain bad AML constructs.
|
||||||
*/
|
*/
|
||||||
ACPI_EXTERN UINT8 ACPI_INIT_GLOBAL (AcpiGbl_EnableInterpeterSlack, FALSE);
|
ACPI_EXTERN UINT8 ACPI_INIT_GLOBAL (AcpiGbl_EnableInterpreterSlack, FALSE);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Automatically serialize ALL control methods? Default is FALSE, meaning
|
* Automatically serialize ALL control methods? Default is FALSE, meaning
|
||||||
|
Loading…
x
Reference in New Issue
Block a user