Skip to content

Commit db4963a

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 571c034 commit db4963a

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
@@ -16,7 +16,7 @@ predicate ignoreSsaReadCopy(SemExpr e) { none() }
1616
* Ignore the bound on this expression.
1717
*
1818
* This predicate is to keep the results identical to the original Java implementation. It should be
19-
* removed once we hae the new implementation matching the old results exactly.
19+
* removed once we have the new implementation matching the old results exactly.
2020
*/
2121
predicate ignoreExprBound(SemExpr e) { none() }
2222

0 commit comments

Comments
 (0)