From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16743 invoked by alias); 18 Aug 2014 14:03:45 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 16696 invoked by uid 89); 18 Aug 2014 14:03:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: plane.gmane.org Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 18 Aug 2014 14:03:42 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XJNX6-0002Kt-Is for gdb-patches@sourceware.org; Mon, 18 Aug 2014 16:03:36 +0200 Received: from h86-62-88-129.ln.rinet.ru ([86.62.88.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Aug 2014 16:03:36 +0200 Received: from ghost by h86-62-88-129.ln.rinet.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Aug 2014 16:03:36 +0200 To: gdb-patches@sourceware.org From: Vladimir Prus Subject: Re: [PATCH] Typos in gdb/mi Date: Mon, 18 Aug 2014 14:03:00 -0000 Message-ID: References: <53F1BDFA.1090101@ericsson.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 In-Reply-To: <53F1BDFA.1090101@ericsson.com> X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00297.txt.bz2 On 08/18/2014 12:48 PM, Andreas From wrote: > Hi, > > This is a first patch for setting up the account. > > I fixed miscellaneous typos and capitalization for "gdb", "gcc", "mi" and "cli" and replaced "var obj" -> "varobj" in code comments in MI > parts. > > I de-capitalized VAROBJ in one comment since it is not a variable but the type referred to. > > Would this be OK to commit? And, if so, can someone help me further with access for pushing? Hi Andreas, I understand the motivation for making the change, and it does make the code better; thanks for taking the time! However, I was burned in past, when such cleanup patches caused merge problems for any local patches anybody might have. I wonder what others think? - Volodya