summaryrefslogtreecommitdiff
path: root/lib/strto.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/strto.c')
-rw-r--r--lib/strto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strto.c b/lib/strto.c
index 7bba1e3e54..f191884376 100644
--- a/lib/strto.c
+++ b/lib/strto.c
@@ -42,7 +42,7 @@ static const char *_parse_integer_fixup_radix(const char *s, uint *basep)
* This ignore case
*
* @ch: Character to convert (expects '0'..'9', 'a'..'f' or 'A'..'F')
- * @return value of digit (0..0xf) or 255 if the character is invalid
+ * Return: value of digit (0..0xf) or 255 if the character is invalid
*/
static uint decode_digit(int ch)
{