Skip to content

Commit 68ea820

Browse files
committed
spelling: different
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent df7bdcd commit 68ea820

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

cpp/ql/lib/semmle/code/cpp/ir/implementation/aliased_ssa/Instruction.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ class NoOpInstruction extends Instruction {
742742
* The `ReturnInstruction` for a function will have a control-flow successor edge to a block
743743
* containing the `ExitFunction` instruction for that function.
744744
*
745-
* There are two differet return instructions: `ReturnValueInstruction`, for returning a value from
745+
* There are two different return instructions: `ReturnValueInstruction`, for returning a value from
746746
* a non-`void`-returning function, and `ReturnVoidInstruction`, for returning from a
747747
* `void`-returning function.
748748
*/

cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/Instruction.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ class NoOpInstruction extends Instruction {
742742
* The `ReturnInstruction` for a function will have a control-flow successor edge to a block
743743
* containing the `ExitFunction` instruction for that function.
744744
*
745-
* There are two differet return instructions: `ReturnValueInstruction`, for returning a value from
745+
* There are two different return instructions: `ReturnValueInstruction`, for returning a value from
746746
* a non-`void`-returning function, and `ReturnVoidInstruction`, for returning from a
747747
* `void`-returning function.
748748
*/

cpp/ql/lib/semmle/code/cpp/ir/implementation/unaliased_ssa/Instruction.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ class NoOpInstruction extends Instruction {
742742
* The `ReturnInstruction` for a function will have a control-flow successor edge to a block
743743
* containing the `ExitFunction` instruction for that function.
744744
*
745-
* There are two differet return instructions: `ReturnValueInstruction`, for returning a value from
745+
* There are two different return instructions: `ReturnValueInstruction`, for returning a value from
746746
* a non-`void`-returning function, and `ReturnVoidInstruction`, for returning from a
747747
* `void`-returning function.
748748
*/

csharp/ql/src/experimental/ir/implementation/raw/Instruction.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ class NoOpInstruction extends Instruction {
742742
* The `ReturnInstruction` for a function will have a control-flow successor edge to a block
743743
* containing the `ExitFunction` instruction for that function.
744744
*
745-
* There are two differet return instructions: `ReturnValueInstruction`, for returning a value from
745+
* There are two different return instructions: `ReturnValueInstruction`, for returning a value from
746746
* a non-`void`-returning function, and `ReturnVoidInstruction`, for returning from a
747747
* `void`-returning function.
748748
*/

csharp/ql/src/experimental/ir/implementation/unaliased_ssa/Instruction.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ class NoOpInstruction extends Instruction {
742742
* The `ReturnInstruction` for a function will have a control-flow successor edge to a block
743743
* containing the `ExitFunction` instruction for that function.
744744
*
745-
* There are two differet return instructions: `ReturnValueInstruction`, for returning a value from
745+
* There are two different return instructions: `ReturnValueInstruction`, for returning a value from
746746
* a non-`void`-returning function, and `ReturnVoidInstruction`, for returning from a
747747
* `void`-returning function.
748748
*/

0 commit comments

Comments
 (0)