Re: small comment typo in lib/libc/stdlib/bsearch.c

2010-11-30 Thread Jason McIntyre
On Sat, Nov 27, 2010 at 03:18:41PM +0001, Jason McIntyre wrote: > On Sat, Nov 27, 2010 at 12:04:02PM -0300, Carlos Alberto Pereira Gomes wrote: > > > > Hi Jason, > > > > > > I am afraid that, concerning the bsearch.c comment, "involes" was meant > > "involves" because I think the phrase "moving

Re: small comment typo in lib/libc/stdlib/bsearch.c

2010-11-27 Thread Jason McIntyre
On Sat, Nov 27, 2010 at 12:04:02PM -0300, Carlos Alberto Pereira Gomes wrote: > > Hi Jason, > > > I am afraid that, concerning the bsearch.c comment, "involes" was meant > "involves" because I think the phrase "moving right again invokes > halving lim" does not make sense. > yeah. i meant rat

Re: small comment typo in lib/libc/stdlib/bsearch.c

2010-11-27 Thread Carlos Alberto Pereira Gomes
* Jason McIntyre [27-11-2010 11:05]: > On Thu, Nov 25, 2010 at 07:47:37PM -0300, Carlos Alberto Pereira Gomes wrote: > > Hi, > > > > I know a one-character typo in a comment is not important, but here is > > the diff anyway: > > > > > > Index: lib/libc/stdlib/bsearch.c > > =

Re: small comment typo in lib/libc/stdlib/bsearch.c

2010-11-27 Thread Mark Kettenis
> Date: Sat, 27 Nov 2010 14:02:36 +0001 > From: Jason McIntyre > > On Thu, Nov 25, 2010 at 07:47:37PM -0300, Carlos Alberto Pereira Gomes wrote: > > Hi, > > > > I know a one-character typo in a comment is not important, but here is > > the diff anyway: > > > > > > Index: lib/libc/stdlib/bsearc

Re: small comment typo in lib/libc/stdlib/bsearch.c

2010-11-27 Thread Jason McIntyre
On Thu, Nov 25, 2010 at 07:47:37PM -0300, Carlos Alberto Pereira Gomes wrote: > Hi, > > I know a one-character typo in a comment is not important, but here is > the diff anyway: > > > Index: lib/libc/stdlib/bsearch.c > === > RCS fil

small comment typo in lib/libc/stdlib/bsearch.c

2010-11-25 Thread Carlos Alberto Pereira Gomes
Hi, I know a one-character typo in a comment is not important, but here is the diff anyway: Index: lib/libc/stdlib/bsearch.c === RCS file: /home/carlos/cvs/src/lib/libc/stdlib/bsearch.c,v retrieving revision 1.6 diff -u -r1.6 bsearc