Update javascript/ql/src/semmle/javascript/security/performance/SuperlinearBackTracking.qll

Co-authored-by: Asger F <asgerf@github.com>
This commit is contained in:
Erik Krogh Kristensen
2020-11-04 22:37:56 +01:00
committed by GitHub
parent e16fa0668a
commit 342b6a4f2d

View File

@@ -147,7 +147,7 @@ class PolynomialBackTrackingTerm extends InfiniteRepetitionQuantifier {
}
/**
* Holds if all non-empty successors to the polynimial backtracking term matches the end of the line.
* Holds if all non-empty successors to the polynomial backtracking term matches the end of the line.
*/
predicate isAtEndLine() {
forall(RegExpTerm succ | this.getSuccessor+() = succ and not matchesEpsilon(succ) |