From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4181 invoked by alias); 5 Apr 2007 18:36:39 -0000 Received: (qmail 4168 invoked by uid 22791); 5 Apr 2007 18:36:39 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 05 Apr 2007 19:36:35 +0100 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l35IaMra032193; Thu, 5 Apr 2007 14:36:22 -0400 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l35IaMeO008742; Thu, 5 Apr 2007 14:36:22 -0400 Received: from greed.delorie.com (vpn-14-98.rdu.redhat.com [10.11.14.98]) by post-office.corp.redhat.com (8.12.11.20060308/8.11.6) with ESMTP id l35IaLlQ014222; Thu, 5 Apr 2007 14:36:21 -0400 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1]) by greed.delorie.com (8.13.8/8.13.8) with ESMTP id l35IaIKN018161; Thu, 5 Apr 2007 14:36:18 -0400 Received: (from dj@localhost) by greed.delorie.com (8.13.8/8.13.8/Submit) id l35IaGpH018158; Thu, 5 Apr 2007 14:36:16 -0400 Date: Thu, 05 Apr 2007 18:36:00 -0000 Message-Id: <200704051836.l35IaGpH018158@greed.delorie.com> From: DJ Delorie To: brobecker@adacore.com Cc: gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org In-reply-to: <20070405172720.GB9281@adacore.com> (message from Joel Brobecker on Thu, 5 Apr 2007 10:27:20 -0700) Subject: Re: [RFA/libiberty] Fix documentation issues in filename_cmp.c References: <20070405172720.GB9281@adacore.com> 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: 2007-04/txt/msg00021.txt.bz2 I'm OK with it if Eli likes it. > The attached patch incorporates all the documentation changes that Eli > has recommended. No code change. > > 2007-04-05 Joel Brobecker > > * filename_cmp.c (filename_cmp): Improve documentation. > > Tested on x86-linux by rebuilding GDB. OK to apply?