From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23810 invoked by alias); 15 Nov 2002 21:09:27 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 23800 invoked from network); 15 Nov 2002 21:09:23 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 15 Nov 2002 21:09:23 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 782593E4B; Fri, 15 Nov 2002 16:09:23 -0500 (EST) Message-ID: <3DD56283.1000704@redhat.com> Date: Fri, 15 Nov 2002 13:09:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch] Expand comment about complain() replacement References: <3DD55F9E.3000104@redhat.com> Content-Type: multipart/mixed; boundary="------------090207080300010401040100" X-SW-Source: 2002-11/txt/msg00425.txt.bz2 This is a multi-part message in MIME format. --------------090207080300010401040100 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 31 [as was pointed out privately] --------------090207080300010401040100 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 799 * complaints.h: Fix spelling errors. Index: complaints.h =================================================================== RCS file: /cvs/src/src/gdb/complaints.h,v retrieving revision 1.6 diff -u -r1.6 complaints.h --- complaints.h 15 Nov 2002 20:55:45 -0000 1.6 +++ complaints.h 15 Nov 2002 21:07:12 -0000 @@ -68,8 +68,8 @@ msg_complaint (addr); Yes, the typo is intentional. The motivation behind this interface - change is to eliminate all possability of this problem re-occuring - (it has occured in the past and no one is sure that it isn't + change is to eliminate all possibility of this problem re-occurring + (it has occurred in the past and no one is sure that it isn't present now). Support for complaining about things in the symbol file that aren't --------------090207080300010401040100--