File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
cpp/ql/lib/semmle/code/cpp/ir/implementation
csharp/ql/src/experimental/ir/implementation Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments