summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-12-21 14:35:46 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-12-21 14:38:18 +0100
commitb6d58e8cc0cbf4654efe986eb706f8d3a91a6c76 (patch)
tree3736cb833a3513eba128036a0c5b19cd9bf90123
parent18080960e1f85bb315d927d18e52656973834813 (diff)
doc: fix typo for osmo_hexparse
-rw-r--r--src/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.c b/src/utils.c
index 1bb2be8b..02c24435 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -118,7 +118,7 @@ uint8_t osmo_char2bcd(char c)
return c - 0x30;
}
-/*! \brief Parse a string ocntaining hexadecimal digits
+/*! \brief Parse a string containing hexadecimal digits
* \param[in] str string containing ASCII encoded hexadecimal digits
* \param[out] b output buffer
* \param[in] max_len maximum space in output buffer