From nobody Tue Nov 4 22:02:46 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1531427012391219.50783756205522; Thu, 12 Jul 2018 13:23:32 -0700 (PDT) Received: from localhost ([::1]:33923 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdi7e-0004nq-Uc for importer@patchew.org; Thu, 12 Jul 2018 16:23:30 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57637) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdi6e-0004RJ-DS for qemu-devel@nongnu.org; Thu, 12 Jul 2018 16:22:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdi6b-0002su-90 for qemu-devel@nongnu.org; Thu, 12 Jul 2018 16:22:28 -0400 Received: from smtp.mail.uni-mannheim.de ([134.155.96.80]:33229) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fdi6b-000261-0x; Thu, 12 Jul 2018 16:22:25 -0400 Received: from localhost (localhost [127.0.0.1]) by smtp.mail.uni-mannheim.de (Postfix) with ESMTP id 0839310280C; Thu, 12 Jul 2018 21:45:03 +0200 (CEST) Received: from smtp.mail.uni-mannheim.de ([134.155.96.80]) by localhost (mail-r83.rz.uni-mannheim.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GBExjAjHikMn; Thu, 12 Jul 2018 21:45:02 +0200 (CEST) Received: from ub-blade-01.bib.uni-mannheim.de (ub-blade-01.bib.uni-mannheim.de [134.155.36.5]) by smtp.mail.uni-mannheim.de (Postfix) with ESMTPS id D932F1027EF; Thu, 12 Jul 2018 21:45:02 +0200 (CEST) Received: from stweil by ub-blade-01.bib.uni-mannheim.de with local (Exim 4.89) (envelope-from ) id 1fdhWQ-0006yS-O9; Thu, 12 Jul 2018 21:45:02 +0200 X-Virus-Scanned: amavisd-new at uni-mannheim.de From: Stefan Weil To: QEMU Developer Date: Thu, 12 Jul 2018 21:44:54 +0200 Message-Id: <20180712194454.26765-1-sw@weilnetz.de> X-Mailer: git-send-email 2.11.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 134.155.96.80 Subject: [Qemu-devel] [PATCH] accel: Fix typo and grammar in comment X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: QEMU Trivial , Paolo Bonzini , Stefan Weil , Peter Crosthwaite , Richard Henderson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" The typo was found by codespell. Signed-off-by: Stefan Weil --- accel/tcg/translate-all.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accel/tcg/translate-all.c b/accel/tcg/translate-all.c index 49d77fad44..1571987113 100644 --- a/accel/tcg/translate-all.c +++ b/accel/tcg/translate-all.c @@ -1795,7 +1795,7 @@ TranslationBlock *tb_gen_code(CPUState *cpu, tb->jmp_dest[0] =3D (uintptr_t)NULL; tb->jmp_dest[1] =3D (uintptr_t)NULL; =20 - /* init original jump addresses wich has been set during tcg_gen_code(= ) */ + /* init original jump addresses which have been set during tcg_gen_cod= e() */ if (tb->jmp_reset_offset[0] !=3D TB_JMP_RESET_OFFSET_INVALID) { tb_reset_jump(tb, 0); } --=20 2.11.0