From: Emilio G. Cota Date: Wed, 28 Aug 2019 16:53:04 +0000 (+0100) Subject: tcg/README: fix typo s/afterwise/afterwards/ X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2bc89637b7b79e35c539758dd47c72d30eddf8bd;p=qemu.git 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. Reviewed-by: Alex Bennée Signed-off-by: Emilio G. Cota Reviewed-by: Richard Henderson Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Message-id: 20190828165307.18321-7-alex.bennee@linaro.org Signed-off-by: Peter Maydell --- diff --git a/tcg/README b/tcg/README index 21fcdf737f..ef9be5ba90 100644 --- a/tcg/README +++ b/tcg/README @@ -101,7 +101,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 afterwards. - TCG_CALL_NO_SIDE_EFFECTS means that the call to the function is removed if the return value is not used.