Skip to content

Commit 1bdb6b4

Browse files
erik-kroghtausbn
andauthored
fix typo
Co-authored-by: Taus <tausbn@github.com>
1 parent 41c1e1a commit 1bdb6b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/ql/src/codeql_ql/ast/Ast.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1412,7 +1412,7 @@ class ComparisonFormula extends TComparisonFormula, Formula {
14121412
pred = directMember("getRightOperand") and result = this.getRightOperand()
14131413
}
14141414

1415-
/** Hplds if this comparison has the operands `a` and `b` (in any order). */
1415+
/** Holds if this comparison has the operands `a` and `b` (in any order). */
14161416
pragma[noinline]
14171417
predicate hasOperands(Expr a, Expr b) {
14181418
this.getLeftOperand() = a and this.getRightOperand() = b

0 commit comments

Comments
 (0)