We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b208988 commit 2270d6fCopy full SHA for 2270d6f
shared/regex/codeql/regex/nfa/SuperlinearBackTracking.qll
@@ -190,7 +190,7 @@ module Make<RegexTreeViewSig TreeImpl> {
190
*
191
* Additionally, a heuristic is used to avoid blowups in the case of complex regexps.
192
* 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
+ * for the transitions out of `q` and only consider transitions that use the lexicographically
194
* smallest character.
195
*/
196
pragma[noinline]
0 commit comments