From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.polymtl.ca (smtp.polymtl.ca [132.207.4.11]) by sourceware.org (Postfix) with ESMTPS id 6D3193858C74 for ; Thu, 12 Jan 2023 18:36:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6D3193858C74 Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=polymtl.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=polymtl.ca Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id 30CIaN3X015472 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 12 Jan 2023 13:36:28 -0500 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca 30CIaN3X015472 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=polymtl.ca; s=default; t=1673548589; bh=H3ArgoEfnqRa4urbnoNVbcHsOS0AFRqXZOlQDXMRkho=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=BCVlb3z4TRhbzBKaejACDaj9tsz8OEe4kzItrOi9hXvpYGHSPgr9TkCDINZkkuKIi U8c87Gh9I7nY36qEv/xzHJdLMfkNPWjbjPAggrG6uUNGgn/ff4QoANp7iD61j2ca0k H7FesgoIcs8I7OjgnihyyfipSW8EIVoltzJJKUME= Received: from [10.0.0.11] (unknown [217.28.27.60]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 022011E110; Thu, 12 Jan 2023 13:36:22 -0500 (EST) Message-ID: <5e1654c1-40cf-c134-2764-003c11ddbb06@polymtl.ca> Date: Thu, 12 Jan 2023 13:36:22 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: [PATCH v8 1/6] GDB: Fix documentation for `theclass' parameters in cli-decode.c Content-Language: en-US To: "Maciej W. Rozycki" , gdb-patches@sourceware.org Cc: Andrew Burgess , Tom Tromey , Simon Sobisch References: From: Simon Marchi In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Thu, 12 Jan 2023 18:36:23 +0000 X-Spam-Status: No, score=-3032.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 11/24/22 06:21, Maciej W. Rozycki wrote: > Rename CLASS to THECLASS in the documentation for `theclass' parameters > throughout cli-decode.c, complementing commit fe978cb071b4 ("C++ keyword > cleanliness, mostly auto-generated"). This is ok, if you find more of these, I think you can push them as obvious. Approved-By: Simon Marchi Simon