- Minor DHM code cleanup/comments

diff --git a/include/polarssl/dhm.h b/include/polarssl/dhm.h
index f63eefd..e80c45e 100644
--- a/include/polarssl/dhm.h
+++ b/include/polarssl/dhm.h
@@ -64,7 +64,7 @@
  * \brief          Setup and write the ServerKeyExchange parameters
  *
  * \param ctx      DHM context
- * \param x_size   private value size in bits
+ * \param x_size   private value size in bytes
  * \param output   destination buffer
  * \param olen     number of chars written
  * \param f_rng    RNG function