update the copypaste comment to say what it does now

This commit is contained in:
Stefan Eissing 2025-02-24 11:01:33 +01:00
parent aeddc0aec9
commit bafd2bddc7
No known key found for this signature in database

View File

@ -69,7 +69,7 @@ hash_offt_mk_entry(curl_off_t id, void *value)
{
struct Curl_hash_offt_entry *e;
/* allocate the struct plus memory after it to store the key */
/* allocate the struct for the hash entry */
e = malloc(sizeof(*e));
if(e) {
e->id = id;