Skip to content

Commit 2270d6f

Browse files
erik-kroghtausbn
andauthored
fix typo
Co-authored-by: Taus <[email protected]>
1 parent b208988 commit 2270d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/regex/codeql/regex/nfa/SuperlinearBackTracking.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ module Make<RegexTreeViewSig TreeImpl> {
190190
*
191191
* Additionally, a heuristic is used to avoid blowups in the case of complex regexps.
192192
* For regular expressions with more than 100 states, we only look at all the characters
193-
* for the transitions out of `q` and only consider transitions that use the lexographically
193+
* for the transitions out of `q` and only consider transitions that use the lexicographically
194194
* smallest character.
195195
*/
196196
pragma[noinline]

0 commit comments

Comments
 (0)