doc: fix typo for osmo_hexparse

Change-Id: Ifc2b499792fda378c807c678b8e06630cb64d273
This commit is contained in:
Neels Hofmeyr 2016-12-21 14:35:46 +01:00
parent 18080960e1
commit b6d58e8cc0
1 changed files with 1 additions and 1 deletions

View File

@ -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