Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Zentrik committed Aug 30, 2023
1 parent d163482 commit 41b3cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iddict.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ JL_DLLEXPORT jl_array_t *jl_idtable_rehash(jl_array_t *a, size_t newsz)
}

// returns where a key is stored, or -pos if the key was not present and would be inserted at pos
// return is 1-indexed
// result is 1-indexed
static inline ssize_t jl_table_assign_bp(jl_array_t **pa, jl_value_t *key, jl_value_t *val)
{
// pa points to a **un**rooted address
Expand Down

0 comments on commit 41b3cb8

Please sign in to comment.