[Qemu-devel] [RFC 03/48] tcg/README: fix typo s/afterwise/afterwards/

Emilio G. Cota posted 48 patches 7 years ago
There is a newer version of this series
[Qemu-devel] [RFC 03/48] tcg/README: fix typo s/afterwise/afterwards/
Posted by Emilio G. Cota 7 years ago
Afterwise is "wise after the fact", as in "hindsight".
Here we meant "afterwards" (as in "subsequently"). Fix it.

Signed-off-by: Emilio G. Cota <cota@braap.org>
---
 tcg/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tcg/README b/tcg/README
index d22ee084b8..3fa8a7059f 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.
 
-- 
2.17.1


Re: [Qemu-devel] [RFC 03/48] tcg/README: fix typo s/afterwise/afterwards/
Posted by Alex Bennée 6 years, 11 months ago
Emilio G. Cota <cota@braap.org> writes:

> Afterwise is "wise after the fact", as in "hindsight".
> Here we meant "afterwards" (as in "subsequently"). Fix it.
>
> Signed-off-by: Emilio G. Cota <cota@braap.org>

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

> ---
>  tcg/README | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tcg/README b/tcg/README
> index d22ee084b8..3fa8a7059f 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.


--
Alex Bennée