Fix various "function" typos

This commit is contained in:
Luke Serné 2025-04-19 17:20:51 +02:00
parent 2abfd4e309
commit b7e91e80a2
8 changed files with 9 additions and 9 deletions

View file

@ -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)