mirror of
https://github.com/acpica/acpica/
synced 2025-02-15 13:04:16 +03:00
Fix incorrect module name
This commit is contained in:
parent
4507fe44b1
commit
263a83cb06
@ -1,7 +1,7 @@
|
|||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
*
|
*
|
||||||
* Module Name: utresrc - Resource managment utilities
|
* Module Name: utresrc - Resource managment utilities
|
||||||
* $Revision: 1.12 $
|
* $Revision: 1.13 $
|
||||||
*
|
*
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
@ -122,7 +122,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#define _COMPONENT ACPI_UTILITIES
|
#define _COMPONENT ACPI_UTILITIES
|
||||||
ACPI_MODULE_NAME ("utmisc")
|
ACPI_MODULE_NAME ("utresrc")
|
||||||
|
|
||||||
|
|
||||||
#if defined(ACPI_DISASSEMBLER) || defined (ACPI_DEBUGGER)
|
#if defined(ACPI_DISASSEMBLER) || defined (ACPI_DEBUGGER)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user