Fix typos in documentation of bignum module

Found by doxygen.sh
diff --git a/include/mbedtls/bignum.h b/include/mbedtls/bignum.h
index ba747d0..e0c863f 100644
--- a/include/mbedtls/bignum.h
+++ b/include/mbedtls/bignum.h
@@ -644,7 +644,7 @@
  *
  * \param X        The destination MPI. This must point to an initialized MPI.
  * \param A        The minuend. This must point to an initialized MPI.
- * \param B        The subtrahend.
+ * \param b        The subtrahend.
  *
  * \return         \c 0 if successful.
  * \return         #MBEDTLS_ERR_MPI_ALLOC_FAILED if a memory allocation failed.
@@ -817,7 +817,7 @@
  *
  * \param G        The destination MPI. This must point to an initialized MPI.
  * \param A        The first operand. This must point to an initialized MPI.
- * \param A        The second operand. This must point to an initialized MPI.
+ * \param B        The second operand. This must point to an initialized MPI.
  *
  * \return         \c 0 if successful.
  * \return         #MBEDTLS_ERR_MPI_ALLOC_FAILED if a memory allocation failed.