Fixed typo: 'lenght' in qclould-iot-hub-sdk

Note that the word 'lenght' is wrong,
so that 'lenght' should been replaced with 'length'.
This commit is contained in:
David Lin
2020-02-16 17:40:47 +08:00
committed by GitHub
parent 3ddeb9c5cd
commit c02f1d796c

View File

@@ -81,7 +81,7 @@ void utils_md5_process(iot_md5_context *ctx, const unsigned char data[64]);
* @brief Output = MD5( input buffer )
*
* @param input data input
* @param ilen data lenght
* @param ilen data length
* @param output MD5 result
*/
void utils_md5(const unsigned char *input, size_t ilen, unsigned char output[16]);