Clarify comments of mpi_mul_int()
diff --git a/include/polarssl/bignum.h b/include/polarssl/bignum.h
index afa9e61..d2363a6 100644
--- a/include/polarssl/bignum.h
+++ b/include/polarssl/bignum.h
@@ -506,8 +506,9 @@
 
 /**
  * \brief          Baseline multiplication: X = A * b
- *                 Note: b is an unsigned integer type, thus
- *                 Negative values of b are ignored.
+ *                 Note: despite the functon signature, b is treated as a
+ *                 t_uint.  Negative values of b are treated as large positive
+ *                 values.
  *
  * \param X        Destination MPI
  * \param A        Left-hand MPI