Correct typo in rsa.h
diff --git a/include/mbedtls/rsa.h b/include/mbedtls/rsa.h
index 0deff00..6e07bfd 100644
--- a/include/mbedtls/rsa.h
+++ b/include/mbedtls/rsa.h
@@ -79,7 +79,7 @@
 
 /**
  * \brief          Compute RSA prime moduli P, Q from public modulus N=PQ
-&                  and a pair of private and public key.
+ *                 and a pair of private and public key.
  *
  * \note           This is a 'static' helper function not operating on
  *                 an RSA context. Alternative implementations need not