mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
Fix various "function" typos
This commit is contained in:
parent
2abfd4e309
commit
b7e91e80a2
8 changed files with 9 additions and 9 deletions
|
@ -1642,7 +1642,7 @@ class FuncCallSpecs : public FuncProto {
|
|||
PcodeOp *op; ///< Pointer to CALL or CALLIND instruction
|
||||
string name; ///< Name of function if present
|
||||
Address entryaddress; ///< First executing address of function
|
||||
Funcdata *fd; ///< The Funcdata object for the called functon (if known)
|
||||
Funcdata *fd; ///< The Funcdata object for the called function (if known)
|
||||
int4 effective_extrapop; ///< Working extrapop for the CALL
|
||||
uintb stackoffset; ///< Relative offset of stack-pointer at time of this call
|
||||
int4 stackPlaceholderSlot; ///< Slot containing temporary stack tracing placeholder (-1 means unused)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue