Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
Erik Krogh Kristensen
2023-03-20 10:56:30 +01:00
committed by GitHub
parent b208988675
commit 2270d6fa61

View File

@@ -190,7 +190,7 @@ module Make<RegexTreeViewSig TreeImpl> {
*
* Additionally, a heuristic is used to avoid blowups in the case of complex regexps.
* For regular expressions with more than 100 states, we only look at all the characters
* for the transitions out of `q` and only consider transitions that use the lexographically
* for the transitions out of `q` and only consider transitions that use the lexicographically
* smallest character.
*/
pragma[noinline]