Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2a3e2d3

Browse files
committed
spelling: certain
Signed-off-by: Josh Soref <[email protected]>
1 parent 46b3f9a commit 2a3e2d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/lib/experimental/semmle/code/cpp/semantic/analysis/SignAnalysisSpecific.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ private import experimental.semmle.code.cpp.semantic.Semantic
1111
predicate ignoreTypeRestrictions(SemExpr e) { none() }
1212

1313
/**
14-
* Workaround to track the sign of cetain expressions even if the type of the expression is not
14+
* Workaround to track the sign of certain expressions even if the type of the expression is not
1515
* numeric.
1616
*/
1717
predicate trackUnknownNonNumericExpr(SemExpr e) { none() }

0 commit comments

Comments
 (0)