Skip to content

Commit e275ab3

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

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
@@ -40,7 +40,7 @@ predicate ignoreSsaReadArithmeticExpr(SemExpr e) { none() }
4040
* Holds if the specified variable should be excluded from the result of `ssaRead()`.
4141
*
4242
* This predicate is to keep the results identical to the original Java implementation. It should be
43-
* removed once we hae the new implementation matching the old results exactly.
43+
* removed once we have the new implementation matching the old results exactly.
4444
*/
4545
predicate ignoreSsaReadAssignment(SemSsaVariable v) { none() }
4646

0 commit comments

Comments
 (0)