mirror of
https://github.com/acpica/acpica/
synced 2025-02-13 12:04:08 +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
|
||||
* $Revision: 1.12 $
|
||||
* $Revision: 1.13 $
|
||||
*
|
||||
******************************************************************************/
|
||||
|
||||
@ -122,7 +122,7 @@
|
||||
|
||||
|
||||
#define _COMPONENT ACPI_UTILITIES
|
||||
ACPI_MODULE_NAME ("utmisc")
|
||||
ACPI_MODULE_NAME ("utresrc")
|
||||
|
||||
|
||||
#if defined(ACPI_DISASSEMBLER) || defined (ACPI_DEBUGGER)
|
||||
|
Loading…
x
Reference in New Issue
Block a user