summaryrefslogtreecommitdiff
path: root/source/components/utilities/uthex.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/components/utilities/uthex.c')
-rw-r--r--source/components/utilities/uthex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/components/utilities/uthex.c b/source/components/utilities/uthex.c
index 4dcf1cfaaf6d..abbf5f4874f1 100644
--- a/source/components/utilities/uthex.c
+++ b/source/components/utilities/uthex.c
@@ -82,9 +82,9 @@ AcpiUtHexToAsciiChar (
/*******************************************************************************
*
- * FUNCTION: AcpiUtHexCharToValue
+ * FUNCTION: AcpiUtAsciiCharToHex
*
- * PARAMETERS: AsciiChar - Hex character in Ascii
+ * PARAMETERS: HexChar - Hex character in Ascii
*
* RETURN: The binary value of the ascii/hex character
*