commit | 6ee22a7d524917bd9da1a0abfcf08899b07eec77 | [log] [tgz] |
---|---|---|
author | Rose Zadik <rose.zadik@arm.com> | Tue Apr 17 10:38:39 2018 +0100 |
committer | GitHub <noreply@github.com> | Tue Apr 17 10:38:39 2018 +0100 |
tree | 362e08ac25512da060c5cf04b09d2068732220f3 | |
parent | bde68b48d4a4754096bf6ddf873c2a363db182b1 [diff] [blame] |
Update sha256.h Minor fix based on review comments
diff --git a/include/mbedtls/sha256.h b/include/mbedtls/sha256.h index 7affb1b..c4465e5 100644 --- a/include/mbedtls/sha256.h +++ b/include/mbedtls/sha256.h
@@ -102,7 +102,7 @@ * \brief This function feeds an input buffer into an ongoing * SHA-256 checksum calculation. * - * \param ctx The SHA-256 context to initialize. + * \param ctx The SHA-256 context. * \param input The buffer holding the data. * \param ilen The length of the input data. *