diff --git a/src/rp2_common/pico_sha256/include/pico/sha256.h b/src/rp2_common/pico_sha256/include/pico/sha256.h index 8394fe355..ab0c81ad7 100644 --- a/src/rp2_common/pico_sha256/include/pico/sha256.h +++ b/src/rp2_common/pico_sha256/include/pico/sha256.h @@ -62,7 +62,7 @@ typedef struct pico_sha256_state { * \ingroup pico_sha256 * * Release the internal lock on the SHA-256 hardware. - * Fails if the internal lock was not claimed. + * Does nothing if the internal lock was not claimed. * * @param state A pointer to a pico_sha256_state_t instance */