From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2727 invoked by alias); 15 Feb 2011 17:28:13 -0000 Received: (qmail 2717 invoked by uid 22791); 15 Feb 2011 17:28:12 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.67) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 15 Feb 2011 17:28:08 +0000 Received: from hpaq12.eem.corp.google.com (hpaq12.eem.corp.google.com [172.25.149.12]) by smtp-out.google.com with ESMTP id p1FHS5N7011271 for ; Tue, 15 Feb 2011 09:28:05 -0800 Received: from vxb40 (vxb40.prod.google.com [10.241.33.104]) by hpaq12.eem.corp.google.com with ESMTP id p1FHS3HW027839 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Tue, 15 Feb 2011 09:28:04 -0800 Received: by vxb40 with SMTP id 40so283161vxb.10 for ; Tue, 15 Feb 2011 09:28:03 -0800 (PST) Received: by 10.220.192.129 with SMTP id dq1mr1210288vcb.254.1297790868196; Tue, 15 Feb 2011 09:27:48 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.87.162 with HTTP; Tue, 15 Feb 2011 09:26:57 -0800 (PST) In-Reply-To: <1296840625.3204.1.camel@hactar> References: <1296840625.3204.1.camel@hactar> From: Paul Pluzhnikov Date: Tue, 15 Feb 2011 18:24:00 -0000 Message-ID: Subject: Re: [obvious] Fix typos in breakpoint.c and breakpoint.h To: Thiago Jung Bauermann Cc: gdb-patches ml Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-IsSubscribed: yes 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 X-SW-Source: 2011-02/txt/msg00328.txt.bz2 On Fri, Feb 4, 2011 at 9:30 AM, Thiago Jung Bauermann wrote: > I just committed the following. ... > 2011-02-04 =A0Thiago Jung Bauermann =A0 > > =A0 =A0 =A0 =A0Fix some typos. > =A0 =A0 =A0 =A0* breakpoint.c (update_watchpoint): Fix name of the > =A0 =A0 =A0 =A0update_global_location_list function. > =A0 =A0 =A0 =A0(print_one_breakpoint): Fix typo. > =A0 =A0 =A0 =A0(_initialize_breakpoint): Remove extra space in hbreak help > =A0 =A0 =A0 =A0string. > =A0 =A0 =A0 =A0* breakpoint.h (struct bp_location) : Fix field > =A0 =A0 =A0 =A0description. AFAICT, both above and subsequent change on 02/07 are missing from ChangeLog Do obvious commits not require ChangeLog entries? Thanks, --=20 Paul Pluzhnikov