aboutsummaryrefslogtreecommitdiff
path: root/tests/tests2/99_fastcall.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests2/99_fastcall.c')
-rw-r--r--tests/tests2/99_fastcall.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tests2/99_fastcall.c b/tests/tests2/99_fastcall.c
index 1ac8a5f..ee4b67d 100644
--- a/tests/tests2/99_fastcall.c
+++ b/tests/tests2/99_fastcall.c
@@ -89,10 +89,10 @@ struct trapframe {
/////////////////////////////////////////////////////////////////////////
////////// SAFECALL FRAMEWORK
/////////////////////////////////////////////////////////////////////////
-// this framwork will convert any calling convention to cdecl
+// this framework will convert any calling convention to cdecl
// usage: first set call target with 'SET_SAFECALL_TARGET(x)'
-// then cast 'SAFECALL' to target funtion pointer type and invoke it
-// after calling, 'ESPDIFF' is the differance of old and new esp
+// then cast 'SAFECALL' to target function pointer type and invoke it
+// after calling, 'ESPDIFF' is the difference of old and new esp
void *SYMBOL(sc_call_target);
unsigned SYMBOL(sc_retn_addr);