- Fixed documentation typos..

diff --git a/include/polarssl/rsa.h b/include/polarssl/rsa.h
index f9d02bd..e61d75c 100644
--- a/include/polarssl/rsa.h
+++ b/include/polarssl/rsa.h
@@ -241,7 +241,7 @@
  *
  * \param ctx      RSA context
  * \param mode     RSA_PUBLIC or RSA_PRIVATE
- * \param ilen     contains the the plaintext length
+ * \param ilen     contains the plaintext length
  * \param input    buffer holding the data to be encrypted
  * \param output   buffer that will hold the ciphertext
  *