Skip to content

Commit 08b1c54

Browse files
authored
Merge pull request github#9767 from igfoo/igfoo/typo
C++: Typo: intrepret
2 parents 83fd9c3 + 57e026d commit 08b1c54

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
@@ -18,7 +18,7 @@ import semmle.code.cpp.ir.IR
1818
import semmle.code.cpp.ir.dataflow.MustFlow
1919
import PathGraph
2020

21-
/** Holds if `f` has a name that we intrepret as evidence of intentionally returning the value of the stack pointer. */
21+
/** Holds if `f` has a name that we interpret as evidence of intentionally returning the value of the stack pointer. */
2222
predicate intentionallyReturnsStackPointer(Function f) {
2323
f.getName().toLowerCase().matches(["%stack%", "%sp%"])
2424
}

0 commit comments

Comments
 (0)