From nobody Mon Apr 6 14:13:22 2026 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1773925068813137.5258675738571; Thu, 19 Mar 2026 05:57:48 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1w3Cvo-0005UA-M9; Thu, 19 Mar 2026 08:56:56 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1w38sf-0002wy-EC for qemu-devel@nongnu.org; Thu, 19 Mar 2026 04:37:27 -0400 Received: from mailgw.kylinos.cn ([124.126.103.232]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1w38sY-0001Ry-EO for qemu-devel@nongnu.org; Thu, 19 Mar 2026 04:37:24 -0400 Received: from localhost.localdomain [(10.44.16.150)] by mailgw.kylinos.cn (envelope-from ) (Generic MTA with TLSv1.3 TLS_AES_256_GCM_SHA384 256/256) with ESMTP id 634625433; Thu, 19 Mar 2026 16:37:04 +0800 X-UUID: ced4740e236e11f1a21c59e7364eecb8-20260319 X-CID-CACHE: Type:Local,Time:202603191607+08,HitQuantity:1 X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.3.11, REQID:56d82894-de1a-435a-b60f-dd4237dc3e06, IP:0, U RL:0,TC:0,Content:0,EDM:25,RT:0,SF:0,FILE:0,BULK:0,RULE:Release_Ham,ACTION :release,TS:25 X-CID-META: VersionHash:89c9d04, CLOUDID:f3f6983efa17a9e86663841bc7a8309b, BulkI D:nil,BulkQuantity:0,Recheck:0,SF:102|850|898,TC:nil,Content:0|15|50,EDM:5 ,IP:nil,URL:0,File:nil,RT:nil,Bulk:nil,QS:nil,BEC:nil,COL:0,OSI:0,OSA:0,AV :0,LES:1,SPR:NO,DKR:0,DKP:0,BRR:0,BRE:0,ARC:0 X-CID-BVR: 2,SSN|SDN X-CID-BAS: 2,SSN|SDN,0,_ X-CID-FACTOR: TF_CID_SPAM_SNR X-CID-RHF: D41D8CD98F00B204E9800998ECF8427E X-UUID: ced4740e236e11f1a21c59e7364eecb8-20260319 X-User: xieyi@kylinos.cn From: Yi Xie To: qemu-devel@nongnu.org Cc: xieyi Subject: [PATCH] tests: fix typo in char unit test comment Date: Thu, 19 Mar 2026 16:36:48 +0800 Message-Id: <20260319083648.111604-1-xieyi@kylinos.cn> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=124.126.103.232; envelope-from=xieyi@kylinos.cn; helo=mailgw.kylinos.cn X-Spam_score_int: -1 X-Spam_score: -0.2 X-Spam_bar: / X-Spam_report: (-0.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.819, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.903, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, UNPARSEABLE_RELAY=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Thu, 19 Mar 2026 08:56:51 -0400 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: qemu development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZM-MESSAGEID: 1773925074796154100 Content-Type: text/plain; charset="utf-8" From: xieyi Signed-off-by: xieyi --- tests/unit/test-char.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test-char.c b/tests/unit/test-char.c index 2869c4e09d..b88b557133 100644 --- a/tests/unit/test-char.c +++ b/tests/unit/test-char.c @@ -710,7 +710,7 @@ static void char_hub_test(void) /* * Now we are good to go, first repeat "lost" sequence, which * was already consumed and drained by the ring buffers, but - * pipe have not recieved that yet. + * the pipe has not received it yet. */ ret =3D qemu_chr_fe_write(&chr_fe, (void *)"thisisit", 8); g_assert_cmpint(ret, =3D=3D, 8); --=20 2.25.1