aboutsummaryrefslogtreecommitdiff
path: root/source/components/executer/exconvrt.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/components/executer/exconvrt.c')
-rw-r--r--source/components/executer/exconvrt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/executer/exconvrt.c b/source/components/executer/exconvrt.c
index 7a15387f7eef..c4fda4c1cc21 100644
--- a/source/components/executer/exconvrt.c
+++ b/source/components/executer/exconvrt.c
@@ -708,7 +708,7 @@ AcpiExConvertToString (
{
if (Base == 16)
{
- /* Emit 0x prefix for explict/implicit hex conversion */
+ /* Emit 0x prefix for explicit/implicit hex conversion */
*NewBuf++ = '0';
*NewBuf++ = 'x';