Skip to content

Commit b36281d

Browse files
Dave BartolomeoMathiasVP
andauthored
Update cpp/ql/lib/experimental/semmle/code/cpp/semantic/analysis/RangeAnalysisSpecific.qll
Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
1 parent db4963a commit b36281d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/experimental/semmle/code/cpp/semantic/analysis/RangeAnalysisSpecific.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ predicate ignoreExprBound(SemExpr e) { none() }
2424
* Ignore any inferred zero lower bound on this expression.
2525
*
2626
* This predicate is to keep the results identical to the original Java implementation. It should be
27-
* removed once we hae the new implementation matching the old results exactly.
27+
* removed once we have the new implementation matching the old results exactly.
2828
*/
2929
predicate ignoreZeroLowerBound(SemExpr e) { none() }
3030

0 commit comments

Comments
 (0)