We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b36281d commit 6adc11bCopy full SHA for 6adc11b
cpp/ql/lib/experimental/semmle/code/cpp/semantic/analysis/RangeAnalysisSpecific.qll
@@ -32,7 +32,7 @@ predicate ignoreZeroLowerBound(SemExpr e) { none() }
32
* Holds if the specified expression should be excluded from the result of `ssaRead()`.
33
*
34
* 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.
+ * removed once we have the new implementation matching the old results exactly.
36
*/
37
predicate ignoreSsaReadArithmeticExpr(SemExpr e) { none() }
38
0 commit comments