Minor improvements
diff --git a/include/mbedtls/rsa.h b/include/mbedtls/rsa.h
index 94e0b28..d3347fc 100644
--- a/include/mbedtls/rsa.h
+++ b/include/mbedtls/rsa.h
@@ -383,7 +383,7 @@
* must have been imported.
*
* - To setup an RSA private key, enough information must be
- * present for the other parameters to be efficiently derivable.
+ * present for the other parameters to be derivable.
*
* The default implementation supports the following:
* - Derive P, Q from N, D, E
@@ -629,7 +629,8 @@
*
* \return 0 if successful, or an \c MBEDTLS_ERR_RSA_XXX error code
*/
-int mbedtls_rsa_check_pub_priv( const mbedtls_rsa_context *pub, const mbedtls_rsa_context *prv );
+int mbedtls_rsa_check_pub_priv( const mbedtls_rsa_context *pub,
+ const mbedtls_rsa_context *prv );
/**
* \brief Do an RSA public key operation