Skip to content

Commit

Permalink
Spell-check
Browse files Browse the repository at this point in the history
  • Loading branch information
linas committed Jan 24, 2023
1 parent 78375f9 commit 30065d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion link-grammar/parse/count.c
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ static Count_bin pseudocount(count_context_t * ctxt,
unsigned int null_count)
{
/* This check is not necessary for correctness, but it saves CPU time.
* If a cross link would result, immediatly return 0. Note that there is
* If a cross link would result, immediately return 0. Note that there is
* no need to check here if the nearest_word fields are in the range
* [lw, rw] due to the way start_word/end_word are computed, and due to
* nearest_word checks in form_match_list(). */
Expand Down
2 changes: 1 addition & 1 deletion link-grammar/parse/fast-match.c
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ form_match_list(fast_matcher_t *ctxt, int w,
{
(*cmx)->match_left = false;
}
mr_end = NULL; /* Prevent a gcc "mnay be uninitialkized" warning */
mr_end = NULL; /* Prevent a gcc "may be uninitialized" warning */
}

/* Construct the list of things that could match the left. */
Expand Down

0 comments on commit 30065d6

Please sign in to comment.