Skip to content

Commit

Permalink
Fix more typos
Browse files Browse the repository at this point in the history
Signed-off-by: Johann Lombardi <[email protected]>
  • Loading branch information
johannlombardi committed Sep 12, 2024
1 parent 526d6a4 commit a7376de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gurt/hash.c
Original file line number Diff line number Diff line change
Expand Up @@ -1348,7 +1348,7 @@ struct traverse_args {
int type;
d_hhash_traverse_cb_t cb;
void *arg;
}
};

static int
d_hhash_cb(d_list_t *link, void *args)
Expand All @@ -1360,7 +1360,7 @@ d_hhash_cb(d_list_t *link, void *args)
if (hlink == NULL)
return 0;

key = d_hhash_link_key(hlink, &key);
d_hhash_link_key(hlink, &key);

if (targs->type != d_hhash_key_type(key))
return 0;
Expand Down

0 comments on commit a7376de

Please sign in to comment.