From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12910 invoked by alias); 23 Mar 2011 14:18:49 -0000 Received: (qmail 12884 invoked by uid 22791); 23 Mar 2011 14:18:48 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-qw0-f41.google.com (HELO mail-qw0-f41.google.com) (209.85.216.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 23 Mar 2011 14:18:42 +0000 Received: by qwa26 with SMTP id 26so7630238qwa.0 for ; Wed, 23 Mar 2011 07:18:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.18.9 with SMTP id u9mr6111538qaa.126.1300889920904; Wed, 23 Mar 2011 07:18:40 -0700 (PDT) Received: by 10.229.97.206 with HTTP; Wed, 23 Mar 2011 07:18:40 -0700 (PDT) In-Reply-To: <-544184502231544940@unknownmsgid> References: <83tyfkw00f.fsf@gnu.org> <201103231244.33842.pedro@codesourcery.com> <-544184502231544940@unknownmsgid> Date: Wed, 23 Mar 2011 14:44:00 -0000 Message-ID: Subject: Re: [patch gdb]: Fix some DOS-path related issues in gdb From: Kai Tietz To: Pierre Muller Cc: Pedro Alves , gdb-patches@sourceware.org, Eli Zaretskii , Joel Brobecker Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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-03/txt/msg01024.txt.bz2 2011/3/23 Pierre Muller : > >> =A0 =A0 =A0 * breakpoint.c (clear_command): Use filename_cmp >> =A0 =A0 =A0 instead of strcmp for comparision. > > =A0Just a question: > Does this word (comparision) really exist? > =A0comparison > seems more correct to me, > but it might be again one of those English/American subtilities? > > Pierre > > Yes "comparison" is the correct word. Thanks for catching this typo. Kai