commit | 81abefd46c7c61463644545f50fc1d975f784d10 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri May 29 12:53:47 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri May 29 12:53:47 2015 +0200 |
tree | d89800e2e9f8b5b9503c60af753366b8ddc4a381 | |
parent | d14acbc31a53e4ed06140c38c55399bcd88bd59c [diff] [blame] |
Fix typos/style in doxygen documentation
diff --git a/include/mbedtls/rsa.h b/include/mbedtls/rsa.h index 15afaee..3898687 100644 --- a/include/mbedtls/rsa.h +++ b/include/mbedtls/rsa.h
@@ -625,7 +625,7 @@ * \param dst Destination context * \param src Source context * - * \return O on success, + * \return 0 on success, * MBEDTLS_ERR_MPI_ALLOC_FAILED on memory allocation failure */ int mbedtls_rsa_copy( mbedtls_rsa_context *dst, const mbedtls_rsa_context *src );