summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/crypto-api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto-api.c b/lib/crypto-api.c
index 3bf2efefbf..74916d2dd4 100644
--- a/lib/crypto-api.c
+++ b/lib/crypto-api.c
@@ -517,7 +517,7 @@ gnutls_hash_fast (gnutls_digest_algorithm_t algorithm,
* created key.
* @key_size: The number of bytes of the key.
*
- * Generates a random key of @key_bytes size.
+ * Generates a random key of @key_size bytes.
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, or an
* error code.