]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tcg/README: fix typo s/afterwise/afterwards/
authorEmilio G. Cota <cota@braap.org>
Wed, 28 Aug 2019 16:53:04 +0000 (17:53 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 3 Sep 2019 15:20:35 +0000 (16:20 +0100)
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>
tcg/README

index 21fcdf737ff2a8eebe42d14ac3f8bf80dedfd5a2..ef9be5ba90ebdcc3e1eba32248b98ab7420f977b 100644 (file)
@@ -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.