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 571c034 commit db4963aCopy full SHA for db4963a
cpp/ql/lib/experimental/semmle/code/cpp/semantic/analysis/RangeAnalysisSpecific.qll
@@ -16,7 +16,7 @@ predicate ignoreSsaReadCopy(SemExpr e) { none() }
16
* Ignore the bound on this expression.
17
*
18
* This predicate is to keep the results identical to the original Java implementation. It should be
19
- * removed once we hae the new implementation matching the old results exactly.
+ * removed once we have the new implementation matching the old results exactly.
20
*/
21
predicate ignoreExprBound(SemExpr e) { none() }
22
0 commit comments