We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e14dd1 commit 8f511adCopy full SHA for 8f511ad
1 file changed
cpp/ql/lib/semmle/code/cpp/exprs/Expr.qll
@@ -451,7 +451,7 @@ class Expr extends StmtParent, @expr {
451
// For performance, we avoid a full transitive closure over `getConversion`.
452
// Since there can be several implicit conversions before and after an
453
// explicit conversion, use `getImplicitlyConverted` to step over them
454
- // cheaply. Then, if there is an explicit conversion following the implict
+ // cheaply. Then, if there is an explicit conversion following the implicit
455
// conversion sequence, recurse to handle multiple explicit conversions.
456
if this.getImplicitlyConverted().hasExplicitConversion()
457
then result = this.getImplicitlyConverted().getConversion().getExplicitlyConverted()
0 commit comments