Skip to content

Commit 1453efe

Browse files
committed
spelling: instructions
Signed-off-by: Josh Soref <[email protected]>
1 parent d122858 commit 1453efe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cpp/ql/lib/semmle/code/cpp/ir/implementation/aliased_ssa/internal/SSAConstruction.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ private module Cached {
6464
or
6565
instr = reusedPhiInstruction(_) and
6666
// Check that the phi instruction is *not* degenerate, but we can't use
67-
// getDegeneratePhiOperand in the first stage with phi instyructions
67+
// getDegeneratePhiOperand in the first stage with phi instructions
6868
not exists(
6969
unique(OldIR::PhiInputOperand operand |
7070
operand = instr.(OldIR::PhiInstruction).getAnInputOperand() and

cpp/ql/lib/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/SSAConstruction.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ private module Cached {
6464
or
6565
instr = reusedPhiInstruction(_) and
6666
// Check that the phi instruction is *not* degenerate, but we can't use
67-
// getDegeneratePhiOperand in the first stage with phi instyructions
67+
// getDegeneratePhiOperand in the first stage with phi instructions
6868
not exists(
6969
unique(OldIR::PhiInputOperand operand |
7070
operand = instr.(OldIR::PhiInstruction).getAnInputOperand() and

csharp/ql/src/experimental/ir/implementation/unaliased_ssa/internal/SSAConstruction.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ private module Cached {
6464
or
6565
instr = reusedPhiInstruction(_) and
6666
// Check that the phi instruction is *not* degenerate, but we can't use
67-
// getDegeneratePhiOperand in the first stage with phi instyructions
67+
// getDegeneratePhiOperand in the first stage with phi instructions
6868
not exists(
6969
unique(OldIR::PhiInputOperand operand |
7070
operand = instr.(OldIR::PhiInstruction).getAnInputOperand() and

0 commit comments

Comments
 (0)