From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24774 invoked by alias); 2 Sep 2013 10:01:02 -0000 Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org Received: (qmail 24753 invoked by uid 89); 2 Sep 2013 10:01:02 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 02 Sep 2013 10:01:02 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=AWL,BAYES_50,KHOP_THREADED,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r82A0tg1008869 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 2 Sep 2013 06:00:56 -0400 Received: from oldenburg.str.redhat.com (oldenburg.str.redhat.com [10.33.200.60]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r82A0r3B010333 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Mon, 2 Sep 2013 06:00:54 -0400 Message-ID: <522461D4.3060903@redhat.com> Date: Mon, 02 Sep 2013 10:01:00 -0000 From: Florian Weimer User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8 MIME-Version: 1.0 To: =?UTF-8?B?T25kxZllaiBCw61sa2E=?= CC: "Joseph S. Myers" , libc-alpha@sourceware.org, libc-ports@sourceware.org Subject: Re: [PATCH 4/9] Fix typos. References: <20130813082629.GA27180@domone.kolej.mff.cuni.cz> <20130818164943.GA7418@domone> <20130818220954.GA20381@domone> <20130902093742.GE11034@domone.kolej.mff.cuni.cz> In-Reply-To: <20130902093742.GE11034@domone.kolej.mff.cuni.cz> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2013-09/txt/msg00004.txt.bz2 On 09/02/2013 11:37 AM, Ondřej Bílka wrote: > --- a/ports/sysdeps/ia64/fpu/e_logf.S > +++ b/ports/sysdeps/ia64/fpu/e_logf.S > @@ -119,7 +119,7 @@ > // L2 = 1.0/log(10) > // > // So common code with two different entry points those set pointers > -// to the base address of coresponding data sets containing values > +// to the base address of corresponding data sets containing values > // of L2,T and prepare integer representation of L1 needed for following > // setf instruction can be used. This sentence doesn't parse for me. Perhaps s/those/which/ on the first line? > diff --git a/nis/nss_compat/compat-grp.c b/nis/nss_compat/compat-grp.c > index 72a9a7a..239ad90 100644 > --- a/nis/nss_compat/compat-grp.c > +++ b/nis/nss_compat/compat-grp.c > @@ -254,7 +254,7 @@ getgrent_next_nss (struct group *result, ent_t *ent, char *buffer, > return NSS_STATUS_SUCCESS; > } > > -/* This function handle the +group entrys in /etc/group */ > +/* This function handle the +group entries in /etc/group */ > static enum nss_status > getgrnam_plusgroup (const char *name, struct group *result, ent_t *ent, > char *buffer, size_t buflen, int *errnop) > diff --git a/nis/nss_compat/compat-pwd.c b/nis/nss_compat/compat-pwd.c > index f934fb2..275ae53 100644 > --- a/nis/nss_compat/compat-pwd.c > +++ b/nis/nss_compat/compat-pwd.c > @@ -478,7 +478,7 @@ getpwent_next_nss (struct passwd *result, ent_t *ent, char *buffer, > return NSS_STATUS_SUCCESS; > } > > -/* This function handle the +user entrys in /etc/passwd */ > +/* This function handle the +user entries in /etc/passwd */ > static enum nss_status > getpwnam_plususer (const char *name, struct passwd *result, ent_t *ent, > char *buffer, size_t buflen, int *errnop) > diff --git a/nis/nss_compat/compat-spwd.c b/nis/nss_compat/compat-spwd.c > index e854b28..8413bc5 100644 > --- a/nis/nss_compat/compat-spwd.c > +++ b/nis/nss_compat/compat-spwd.c > @@ -430,7 +430,7 @@ getspent_next_nss (struct spwd *result, ent_t *ent, > } > > > -/* This function handle the +user entrys in /etc/shadow */ > +/* This function handle the +user entries in /etc/shadow */ > static enum nss_status > getspnam_plususer (const char *name, struct spwd *result, ent_t *ent, > char *buffer, size_t buflen, int *errnop) I think this should read "This function handles". Rest looks okay. -- Florian Weimer / Red Hat Product Security Team