From patchwork Sat Jan 3 20:38:53 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Doug Evans X-Patchwork-Id: 4497 Received: (qmail 1123 invoked by alias); 3 Jan 2015 20:39:49 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 1110 invoked by uid 89); 3 Jan 2015 20:39:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL, BAYES_00, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f175.google.com Received: from mail-pd0-f175.google.com (HELO mail-pd0-f175.google.com) (209.85.192.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sat, 03 Jan 2015 20:39:46 +0000 Received: by mail-pd0-f175.google.com with SMTP id g10so25551551pdj.34 for ; Sat, 03 Jan 2015 12:39:44 -0800 (PST) X-Received: by 10.68.111.100 with SMTP id ih4mr61221980pbb.12.1420317584429; Sat, 03 Jan 2015 12:39:44 -0800 (PST) Received: from sspiff.org (173-13-178-53-sfba.hfc.comcastbusiness.net. [173.13.178.53]) by mx.google.com with ESMTPSA id wm3sm1822810pbc.90.2015.01.03.12.39.42 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 03 Jan 2015 12:39:43 -0800 (PST) Received: by sspiff.org (sSMTP sendmail emulation); Sat, 03 Jan 2015 12:38:53 -0800 From: Doug Evans To: gdb-patches@sourceware.org Subject: [COMMITTED PATCH] fix spelling of anon-ns2.cc in earlier ChangeLog entry Date: Sat, 03 Jan 2015 12:38:53 -0800 Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Hi. I happened to look for anon-ns2.cc in testsuite/ChangeLog and couldn't find it. Typo in the entry: fixed. I also fixed a spaces-vs-tabs issue there. diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index ad264fe..374c285 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -203,9 +203,9 @@ 2014-12-02 Doug Evans - PR symtab/17602 + PR symtab/17602 * gdb.cp/anon-ns.cc: Move guts of this file to ... - * gdb.cp/anon-ns-2.cc: ... here. New file. + * gdb.cp/anon-ns2.cc: ... here. New file. * gdb.cp/anon-ns.exp: Update. 2014-12-02 Nick Bull