aboutsummaryrefslogtreecommitdiff
path: root/source/components/debugger/dbutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/components/debugger/dbutils.c')
-rw-r--r--source/components/debugger/dbutils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/components/debugger/dbutils.c b/source/components/debugger/dbutils.c
index cf29b225de0f..7ce909033965 100644
--- a/source/components/debugger/dbutils.c
+++ b/source/components/debugger/dbutils.c
@@ -360,7 +360,7 @@ AcpiDbLocalNsLookup (
/*******************************************************************************
*
- * FUNCTION: AcpiDbUInt32ToHexString
+ * FUNCTION: AcpiDbUint32ToHexString
*
* PARAMETERS: Value - The value to be converted to string
* Buffer - Buffer for result (not less than 11 bytes)
@@ -375,7 +375,7 @@ AcpiDbLocalNsLookup (
******************************************************************************/
void
-AcpiDbUInt32ToHexString (
+AcpiDbUint32ToHexString (
UINT32 Value,
char *Buffer)
{