summaryrefslogtreecommitdiff
path: root/target-s390x/translate.c
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2013-04-28 11:49:57 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2013-05-01 20:55:21 +0400
commit805a25050272fe7cbbc2e9ce911612fc86c7b9a9 (patch)
treec639c0a34a8871f43787f63b40e4592270ec006c /target-s390x/translate.c
parent372e47e9b5e31c493823d7f512716644fb02d0fd (diff)
downloadqemu-805a25050272fe7cbbc2e9ce911612fc86c7b9a9.tar.gz
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 <sw@weilnetz.de> Acked-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'target-s390x/translate.c')
-rw-r--r--target-s390x/translate.c2
1 files changed, 1 insertions, 1 deletions
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. */