Fix incorrect module name

This commit is contained in:
rmoore1 2006-04-21 18:04:37 +00:00
parent 4507fe44b1
commit 263a83cb06

View File

@ -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)