diff options
author | Emilio G. Cota | 2019-08-28 18:53:04 +0200 |
---|---|---|
committer | Peter Maydell | 2019-09-03 17:20:35 +0200 |
commit | 2bc89637b7b79e35c539758dd47c72d30eddf8bd (patch) | |
tree | 63cdaa35385a06383b7cd04c057b0c3b714ec3e1 /tcg/README | |
parent | includes: remove stale [smp|max]_cpus externs (diff) | |
download | qemu-2bc89637b7b79e35c539758dd47c72d30eddf8bd.tar.gz qemu-2bc89637b7b79e35c539758dd47c72d30eddf8bd.tar.xz qemu-2bc89637b7b79e35c539758dd47c72d30eddf8bd.zip |
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 <alex.bennee@linaro.org>
Signed-off-by: Emilio G. Cota <cota@braap.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20190828165307.18321-7-alex.bennee@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'tcg/README')
-rw-r--r-- | tcg/README | 2 |
1 files changed, 1 insertions, 1 deletions
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. |