Skip to content

Commit b15082f

Browse files
committed
Fix typo
1 parent fbd8737 commit b15082f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/lib/semmle/code/cpp/regex/RegexTreeView.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ private module Impl implements RegexTreeViewSig {
317317
result.getEnd() = part_end
318318
}
319319

320-
/** Hodls if this term may match an unlimited number of times. */
320+
/** Holds if this term may match an unlimited number of times. */
321321
predicate mayRepeatForever() { may_repeat_forever = true }
322322

323323
/** Gets the qualifier for this term. That is e.g "?" for "a?". */

0 commit comments

Comments
 (0)