From ca15f620b08db88f1cdf4d7137503334444c12a5 Mon Sep 17 00:00:00 2001 From: "Emilio G. Cota" Date: Tue, 19 Nov 2019 00:01:38 -0500 Subject: [PATCH] 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. --- qemu/tcg/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu/tcg/README b/qemu/tcg/README index 46c597dd..1c4138fa 100644 --- a/qemu/tcg/README +++ b/qemu/tcg/README @@ -96,7 +96,7 @@ This can be overridden using the following function modifiers: canonical locations before calling the helper. - 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, - 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 the return value is not used.