One more missing period.

pull/8637/head
Mel W 2018-10-26 10:45:38 +03:00 committed by Cruz Monrreal II
parent 50639d6d8b
commit ccda9b8bde
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ public:
* This API is used to perform final computation to get correct CRC value. * This API is used to perform final computation to get correct CRC value.
* *
* @param crc CRC result * @param crc CRC result
* @return 0 on success or a negative in case of failure * @return 0 on success or a negative in case of failure.
*/ */
int32_t compute_partial_stop(uint32_t *crc) int32_t compute_partial_stop(uint32_t *crc)
{ {