Skip to content

Commit 8a0e202

Browse files
committed
CPP: Fix typos.
1 parent 1f4a530 commit 8a0e202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,11 +1069,11 @@ private module GetConvertedResultExpression {
10691069
/**
10701070
* Gets the expression that should be returned as the result expression from `instr`.
10711071
*
1072-
* Note that this predicate may return multiple results in cases where a conversion belond to a
1072+
* Note that this predicate may return multiple results in cases where a conversion belongs to a
10731073
* different AST element than its operand.
10741074
*/
10751075
Expr getConvertedResultExpression(Instruction instr, int n) {
1076-
// Only fully converted instructions has a result for `asConvertedExpr`
1076+
// Only fully converted instructions have a result for `asConvertedExpr`
10771077
not conversionFlow(unique( | | getAUse(instr)), _, false, false) and
10781078
result = getConvertedResultExpressionImpl(instr) and
10791079
n = 0

0 commit comments

Comments
 (0)