Skip to content

Commit

Permalink
Fix typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
linas committed Feb 24, 2023
1 parent 4672e07 commit acb424d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion link-grammar/parse/parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ static void sort_linkages(Sentence sent, Parse_Options opts)
for (uint32_t i=0; i<sent->num_linkages_alloced; i++)
sent->lnkages[i].dupe = false;

/* Sorting will also mark some of hem as being duplicates */
/* Sorting will also mark some of them as being duplicates */
qsort((void *)sent->lnkages, sent->num_linkages_alloced,
sizeof(struct Linkage_s),
(int (*)(const void *, const void *))opts->cost_model.compare_fn);
Expand Down

0 comments on commit acb424d

Please sign in to comment.