Skip to content

Commit 571c034

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 7359e32 commit 571c034

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
@@ -8,7 +8,7 @@ private import experimental.semmle.code.cpp.semantic.Semantic
88
* Holds if the specified expression should be excluded from the result of `ssaRead()`.
99
*
1010
* This predicate is to keep the results identical to the original Java implementation. It should be
11-
* removed once we hae the new implementation matching the old results exactly.
11+
* removed once we have the new implementation matching the old results exactly.
1212
*/
1313
predicate ignoreSsaReadCopy(SemExpr e) { none() }
1414

0 commit comments

Comments
 (0)