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 db4963a commit b36281dCopy full SHA for b36281d
cpp/ql/lib/experimental/semmle/code/cpp/semantic/analysis/RangeAnalysisSpecific.qll
@@ -24,7 +24,7 @@ predicate ignoreExprBound(SemExpr e) { none() }
24
* Ignore any inferred zero lower bound on this expression.
25
*
26
* This predicate is to keep the results identical to the original Java implementation. It should be
27
- * removed once we hae the new implementation matching the old results exactly.
+ * removed once we have the new implementation matching the old results exactly.
28
*/
29
predicate ignoreZeroLowerBound(SemExpr e) { none() }
30
0 commit comments