From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-17.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D94F6C64E8A for ; Wed, 2 Dec 2020 09:05:48 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 54F4F22202 for ; Wed, 2 Dec 2020 09:05:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 54F4F22202 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=suse.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from list by lists.xenproject.org with outflank-mailman.42495.76421 (Exim 4.92) (envelope-from ) id 1kkO4s-00015n-EP; Wed, 02 Dec 2020 09:05:34 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 42495.76421; Wed, 02 Dec 2020 09:05:34 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kkO4s-00015g-BJ; Wed, 02 Dec 2020 09:05:34 +0000 Received: by outflank-mailman (input) for mailman id 42495; Wed, 02 Dec 2020 09:05:33 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kkO4r-00015b-ED for xen-devel@lists.xenproject.org; Wed, 02 Dec 2020 09:05:33 +0000 Received: from mx2.suse.de (unknown [195.135.220.15]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 689f0276-8bdb-4c06-8263-ee973c53d642; Wed, 02 Dec 2020 09:05:32 +0000 (UTC) Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id AD235AC2E; Wed, 2 Dec 2020 09:05:31 +0000 (UTC) X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 689f0276-8bdb-4c06-8263-ee973c53d642 X-Virus-Scanned: by amavisd-new at test-mx.suse.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1606899931; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=RYABrRedWVHhG6rsWZPdptGnU401jSFHr8Qgyk6k58A=; b=anfJGqu79NDZab8bZlBiZkKPsspQ91DqRgzJK5xdI9ZI6EbW5+tYcVUowJu+Av3NM8psoX v6UlNVq4SEZwzV3nZIeNAFIe6xyS2/mw0vxXE/9L4vBeT5y3yC/PLsQ7HphRs7RCI+VZgt mWAusFSnxOzELrvidpeU9RlhF1TqaJY= Subject: Re: [PATCH] Fix spelling errors. To: Ian Jackson , Wei Liu , Anthony PERARD Cc: Andrew Cooper , George Dunlap , Julien Grall , Stefano Stabellini , =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= , Volodymyr Babchuk , Daniel De Graaf , xen-devel@lists.xenproject.org, Diederik de Haas References: From: Jan Beulich Message-ID: <3702b443-fd7b-6000-a952-0ecec6fe318c@suse.com> Date: Wed, 2 Dec 2020 10:05:31 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 30.11.2020 18:39, Diederik de Haas wrote: > Only spelling errors; no functional changes. > > In docs/misc/dump-core-format.txt there are a few more instances of > 'informations'. I'll leave that up to someone who can properly determine > how those sentences should be constructed. > > Signed-off-by: Diederik de Haas > > Please CC me in replies as I'm not subscribed to this list. > --- > docs/man/xl.1.pod.in | 2 +- > docs/man/xl.cfg.5.pod.in | 2 +- > docs/man/xlcpupool.cfg.5.pod | 2 +- > tools/firmware/rombios/rombios.c | 2 +- > tools/libs/light/libxl_stream_read.c | 2 +- > tools/xl/xl_cmdtable.c | 2 +- Since these are trivial and obvious adjustments, I intend to not wait very long for an xl/libxl side ack, before deciding to commit this. Perhaps just another day or so. Jan