From 1b6806e5bb39623c75b4aa8d8d6ffe1ef7ea46e7 Mon Sep 17 00:00:00 2001 From: Larry Doolittle Date: Sun, 24 Sep 2017 18:03:26 -0700 Subject: Spelling fixes Comments only, no change to functionality --- tests/tests2/99_fastcall.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/tests2/99_fastcall.c') 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); -- cgit v1.3.1