- Fixed typo

diff --git a/include/polarssl/dhm.h b/include/polarssl/dhm.h
index 7032242..f63eefd 100644
--- a/include/polarssl/dhm.h
+++ b/include/polarssl/dhm.h
@@ -76,7 +76,7 @@
  *
  * \return         0 if successful, or an POLARSSL_ERR_DHM_XXX error code
  */
-int dhm_make_params( dhm_context *ctx, int s_size,
+int dhm_make_params( dhm_context *ctx, int x_size,
                      unsigned char *output, int *olen,
                      int (*f_rng)(void *), void *p_rng );