tcg/README: fix typo s/afterwise/afterwards/

Afterwise is "wise after the fact", as in "hindsight".
Here we meant "afterwards" (as in "subsequently"). Fix it.
This commit is contained in:
Emilio G. Cota 2019-11-19 00:01:38 -05:00 committed by Lioncash
parent 46a8dfff59
commit ca15f620b0
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -96,7 +96,7 @@ This can be overridden using the following function modifiers:
canonical locations before calling the helper. canonical locations before calling the helper.
- TCG_CALL_NO_WRITE_GLOBALS means that the helper does not modify any globals. - TCG_CALL_NO_WRITE_GLOBALS means that the helper does not modify any globals.
They will only be saved to their canonical location before calling helpers, They will only be saved to their canonical location before calling helpers,
but they won't be reloaded afterwise. but they won't be reloaded afterwords.
- TCG_CALL_NO_SIDE_EFFECTS means that the call to the function is removed if - TCG_CALL_NO_SIDE_EFFECTS means that the call to the function is removed if
the return value is not used. the return value is not used.