update the copypaste comment to say what it does now
This commit is contained in:
parent
aeddc0aec9
commit
bafd2bddc7
@ -69,7 +69,7 @@ hash_offt_mk_entry(curl_off_t id, void *value)
|
|||||||
{
|
{
|
||||||
struct Curl_hash_offt_entry *e;
|
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));
|
e = malloc(sizeof(*e));
|
||||||
if(e) {
|
if(e) {
|
||||||
e->id = id;
|
e->id = id;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user