Skip to content

Commit ccda9b8

Browse files
Mel WCruz Monrreal II
authored andcommitted
One more missing period.
1 parent 50639d6 commit ccda9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/MbedCRC.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ class MbedCRC {
258258
* This API is used to perform final computation to get correct CRC value.
259259
*
260260
* @param crc CRC result
261-
* @return 0 on success or a negative in case of failure
261+
* @return 0 on success or a negative in case of failure.
262262
*/
263263
int32_t compute_partial_stop(uint32_t *crc)
264264
{

0 commit comments

Comments
 (0)