Skip to content

Commit 5dd61e3

Browse files
committed
spelling: operand
Signed-off-by: Josh Soref <[email protected]>
1 parent 1e34019 commit 5dd61e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Likely Bugs/Memory Management/ReturnStackAllocatedMemory.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class ReturnStackAllocatedMemoryConfig extends MustFlowConfiguration {
4444
// Holds if `sink` is a node that represents the `StoreInstruction` that is subsequently used in
4545
// a `ReturnValueInstruction`.
4646
// We use the `StoreInstruction` instead of the instruction that defines the
47-
// `ReturnValueInstruction`'s source value oprand because the former has better location information.
47+
// `ReturnValueInstruction`'s source value operand because the former has better location information.
4848
exists(StoreInstruction store |
4949
store.getDestinationAddress().(VariableAddressInstruction).getIRVariable() instanceof
5050
IRReturnVariable and

0 commit comments

Comments
 (0)