Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b3f9a commit 2a3e2d3Copy full SHA for 2a3e2d3
1 file changed
cpp/ql/lib/experimental/semmle/code/cpp/semantic/analysis/SignAnalysisSpecific.qll
@@ -11,7 +11,7 @@ private import experimental.semmle.code.cpp.semantic.Semantic
11
predicate ignoreTypeRestrictions(SemExpr e) { none() }
12
13
/**
14
- * Workaround to track the sign of cetain expressions even if the type of the expression is not
+ * Workaround to track the sign of certain expressions even if the type of the expression is not
15
* numeric.
16
*/
17
predicate trackUnknownNonNumericExpr(SemExpr e) { none() }
0 commit comments