summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/standard/math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/math.c b/ext/standard/math.c
index ec6ed97b6c..588bedc329 100644
--- a/ext/standard/math.c
+++ b/ext/standard/math.c
@@ -482,7 +482,7 @@ PHP_FUNCTION(bindec)
}
/* }}} */
-/* {{{ proto int hexdec(string hexadimal_number)
+/* {{{ proto int hexdec(string hexadecimal_number)
Returns the decimal equivalent of the hexadecimal number */
PHP_FUNCTION(hexdec)