From 805a25050272fe7cbbc2e9ce911612fc86c7b9a9 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sun, 28 Apr 2013 11:49:57 +0200 Subject: Trivial grammar and spelling fixes similiar -> similar recieve -> receive transfered -> transferred preperation -> preparation Most changes are in comments, one modifies a parameter name in a function prototype. The spelling fixes were made using codespell. Signed-off-by: Stefan Weil Acked-by: Richard Henderson Signed-off-by: Michael Tokarev --- target-s390x/translate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-s390x') diff --git a/target-s390x/translate.c b/target-s390x/translate.c index 0c3cf68e1d..f97e431977 100644 --- a/target-s390x/translate.c +++ b/target-s390x/translate.c @@ -3806,7 +3806,7 @@ static void cout_tm64(DisasContext *s, DisasOps *o) } /* ====================================================================== */ -/* The "PREPeration" generators. These initialize the DisasOps.OUT fields +/* The "PREParation" generators. These initialize the DisasOps.OUT fields with the TCG register to which we will write. Used in combination with the "wout" generators, in some cases we need a new temporary, and in some cases we can write to a TCG global. */ -- cgit v1.2.3