commit | 2e1934ac0c0a5b3a48739faea03b361aad26934b | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Wed Apr 18 16:05:29 2018 +0200 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Wed Apr 18 16:08:26 2018 +0200 |
tree | 96554fa258532be66adbabf0eb0aabf902f70369 | |
parent | 92d66b88aeab09f0828e0d98ede669956c857ad0 [diff] [blame] |
Fix comment formatting to pacify check-names.sh
diff --git a/include/mbedtls/sha1.h b/include/mbedtls/sha1.h index d8ce3c6..eec3f95 100644 --- a/include/mbedtls/sha1.h +++ b/include/mbedtls/sha1.h
@@ -286,7 +286,7 @@ #define MBEDTLS_DEPRECATED #endif /** -* \brief This function calculates the SHA-1 checksum of a buffer. + * \brief This function calculates the SHA-1 checksum of a buffer. * * The function allocates the context, performs the * calculation, and frees the context.