diff --git a/include/ll.h b/include/ll.h index 6eb05755a57286bed5092ae09869368642127a0f..0a3322e93eadfd222339f0ff94fbf59ff642a35f 100644 --- a/include/ll.h +++ b/include/ll.h @@ -90,7 +90,7 @@ char *ll_get(ll_map_t *dict, char *key); /** * Returns an array of all the keys in the dict. The array should - * be freed with `strarray_free` when it is no longer needed. See `str_util.h` + * be freed with `strarray_free` when it is no longer needed. See `strarray.h` * for more information on `strarray_t`. */ strarray_t *ll_get_keys(ll_map_t *dict);