Undo documentation change in ARIA, Blowfish, Camellia modules
diff --git a/include/mbedtls/blowfish.h b/include/mbedtls/blowfish.h
index ab4fc23..922d8f8 100644
--- a/include/mbedtls/blowfish.h
+++ b/include/mbedtls/blowfish.h
@@ -138,7 +138,7 @@
  * \param output   buffer holding the output data
  *
  * \return         0 if successful, or
- *                 MBEDTLS_ERR_BLOWFISH_BAD_INPUT_DATA
+ *                 MBEDTLS_ERR_BLOWFISH_INVALID_INPUT_LENGTH
  */
 int mbedtls_blowfish_crypt_cbc( mbedtls_blowfish_context *ctx,
                         int mode,