Skip to content

Commit 6adc11b

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 b36281d commit 6adc11b

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
@@ -32,7 +32,7 @@ predicate ignoreZeroLowerBound(SemExpr e) { none() }
3232
* Holds if the specified expression should be excluded from the result of `ssaRead()`.
3333
*
3434
* This predicate is to keep the results identical to the original Java implementation. It should be
35-
* removed once we hae the new implementation matching the old results exactly.
35+
* removed once we have the new implementation matching the old results exactly.
3636
*/
3737
predicate ignoreSsaReadArithmeticExpr(SemExpr e) { none() }
3838

0 commit comments

Comments
 (0)