Skip to content

Commit 8f511ad

Browse files
committed
spelling: implicit
Signed-off-by: Josh Soref <[email protected]>
1 parent 0e14dd1 commit 8f511ad

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/lib/semmle/code/cpp/exprs

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/exprs/Expr.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ class Expr extends StmtParent, @expr {
451451
// For performance, we avoid a full transitive closure over `getConversion`.
452452
// Since there can be several implicit conversions before and after an
453453
// explicit conversion, use `getImplicitlyConverted` to step over them
454-
// cheaply. Then, if there is an explicit conversion following the implict
454+
// cheaply. Then, if there is an explicit conversion following the implicit
455455
// conversion sequence, recurse to handle multiple explicit conversions.
456456
if this.getImplicitlyConverted().hasExplicitConversion()
457457
then result = this.getImplicitlyConverted().getConversion().getExplicitlyConverted()

0 commit comments

Comments
 (0)