From nobody Fri May 3 05:50:00 2024 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; dkim=fail; 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 (208.118.235.17 [208.118.235.17]) by mx.zohomail.com with SMTPS id 1510054789849362.3500394128731; Tue, 7 Nov 2017 03:39:49 -0800 (PST) Received: from localhost ([::1]:52793 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eC2EA-0004kY-P1 for importer@patchew.org; Tue, 07 Nov 2017 06:39:34 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eC2DF-0004SY-FI for qemu-devel@nongnu.org; Tue, 07 Nov 2017 06:38:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eC2DB-0000Ik-LZ for qemu-devel@nongnu.org; Tue, 07 Nov 2017 06:38:37 -0500 Received: from m15-114.126.com ([220.181.15.114]:55228) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eC2DA-0000HL-SD for qemu-devel@nongnu.org; Tue, 07 Nov 2017 06:38:33 -0500 Received: from localhost.localdomain (unknown [58.213.111.46]) by smtp7 (Coremail) with SMTP id DsmowAD3MLMfmwFaaWZPBg--.63547S2; Tue, 07 Nov 2017 19:38:21 +0800 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=126.com; s=s110527; h=From:Subject:Date:Message-Id:MIME-Version; bh=/wkV0 yh4Q7Gb0Qnp1ACFX5CblOPjLy9HWgkN4Z8KCbc=; b=FNA83TKClYu784tQmZw6E pY6nZyeS1grqKuazUws3+0OmGOC69xBny5Ou5NYZGNSfoBP4YhCj/mmyrOX6Agaz qKOCV4GmUzGFSpx3OCQr8V5YN7BYPW3YO+fgoGF1fEGJxFfRBADeRCqIYcbNLmSz yl2hiq60nnjpDdNAFiQ4kk= From: Chen Hanxiao To: armbru@redhat.com, mdroth@linux.vnet.ibm.com Date: Tue, 7 Nov 2017 19:37:16 +0800 Message-Id: <20171107113716.14244-1-chen_han_xiao@126.com> X-Mailer: git-send-email 2.13.6 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-CM-TRANSID: DsmowAD3MLMfmwFaaWZPBg--.63547S2 X-Coremail-Antispam: 1Uf129KBjvdXoWrKr1xJF13uryDWF4kKr1xXwb_yoWxZrc_Ka 4FqFZ3XrW5trn2q3ykZF4xZF1Y9w4rAr1xKwsFvr1UA3y5Aws0kF97Xrs8Zr1Fgw47CFWa qFn5Xw4qyr13JjkaLaAFLSUrUUUUUb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUvcSsGvfC2KfnxnUUI43ZEXa7IUeJ8n5UUUUU== X-Originating-IP: [58.213.111.46] X-CM-SenderInfo: xfkh0spkdqs5xldrqiyswou0bp/1tbiEw6JrlhglqHrnQAAsD X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 220.181.15.114 Subject: [Qemu-devel] [Resend][PATCH] qapi-docs: fix a comment typo 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-devel@nongnu.org, Chen Hanxiao Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDKM_2 RSF_0 Z_629925259 SPT_0 From: Chen Hanxiao s/Subection/Subsection Reviewed-by: Marc-Andr=C3=A9 Lureau Signed-off-by: Chen Hanxiao --- docs/devel/qapi-code-gen.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devel/qapi-code-gen.txt b/docs/devel/qapi-code-gen.txt index f04c63fe82..06ab699066 100644 --- a/docs/devel/qapi-code-gen.txt +++ b/docs/devel/qapi-code-gen.txt @@ -63,7 +63,7 @@ Comment text starting with '=3D' is a section title: =20 Double the '=3D' for a subsection title: =20 - # =3D=3D Subection title + # =3D=3D Subsection title =20 '|' denotes examples: =20 --=20 2.13.5