Skip to content

Commit c5acca4

Browse files
committed
spelling: sequence
Signed-off-by: Josh Soref <[email protected]>
1 parent a588bcf commit c5acca4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/ql/lib/experimental/semmle/code/cpp/ir/dataflow/internal/DataFlowPrivate.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ private Instruction getANonConversionUse(Operand operand) {
241241

242242
/**
243243
* Gets the operand that represents the first use of the value of `call` following
244-
* a sequnce of conversion-like instructions.
244+
* a sequence of conversion-like instructions.
245245
*/
246246
predicate operandForfullyConvertedCall(Operand operand, CallInstruction call) {
247247
exists(getANonConversionUse(operand)) and
@@ -254,7 +254,7 @@ predicate operandForfullyConvertedCall(Operand operand, CallInstruction call) {
254254

255255
/**
256256
* Gets the instruction that represents the first use of the value of `call` following
257-
* a sequnce of conversion-like instructions.
257+
* a sequence of conversion-like instructions.
258258
*
259259
* This predicate only holds if there is no suitable operand (i.e., no operand of a non-
260260
* conversion instruction) to use to represent the value of `call` after conversions.

0 commit comments

Comments
 (0)