diff options
Diffstat (limited to 'libs/libcurl/src/rand.c')
-rw-r--r-- | libs/libcurl/src/rand.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libcurl/src/rand.c b/libs/libcurl/src/rand.c index 126fae9e29..7a40f4ac63 100644 --- a/libs/libcurl/src/rand.c +++ b/libs/libcurl/src/rand.c @@ -183,8 +183,8 @@ static CURLcode randit(struct Curl_easy *data, unsigned int *rnd) }
/*
- * Curl_rand() stores 'num' number of random unsigned integers in the buffer
- * 'rndptr' points to.
+ * Curl_rand() stores 'num' number of random unsigned characters in the buffer
+ * 'rnd' points to.
*
* If libcurl is built without TLS support or with a TLS backend that lacks a
* proper random API (rustls, Gskit or mbedTLS), this function will use "weak"
|