diff options
| author | Larry Doolittle <ldoolitt@recycle.lbl.gov> | 2017-09-24 18:03:26 -0700 |
|---|---|---|
| committer | Larry Doolittle <ldoolitt@recycle.lbl.gov> | 2017-09-24 18:03:26 -0700 |
| commit | 1b6806e5bb39623c75b4aa8d8d6ffe1ef7ea46e7 (patch) | |
| tree | 07a87c82efa398bce0b3d663c72c7b8e52439a1e /tests/tests2/99_fastcall.c | |
| parent | 44d4da62bb6aabd9030960fa41c12c097158ce0b (diff) | |
| download | tinycc-1b6806e5bb39623c75b4aa8d8d6ffe1ef7ea46e7.tar.gz tinycc-1b6806e5bb39623c75b4aa8d8d6ffe1ef7ea46e7.tar.bz2 | |
Spelling fixes
Comments only, no change to functionality
Diffstat (limited to 'tests/tests2/99_fastcall.c')
| -rw-r--r-- | tests/tests2/99_fastcall.c | 6 |
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); |
