On Sun, 21 Jul 2013, Mike Stump wrote: > > diff --git a/libiberty/regex.c b/libiberty/regex.c > > index 17091ce..8a2dd41 100644 > > --- a/libiberty/regex.c > > +++ b/libiberty/regex.c > > @@ -3396,7 +3396,7 @@ PREFIX(regex_compile) (const char > > *ARG_PREFIX(pattern), > > class. */ > > PATFETCH (c); > > > > - /* Now we have to go throught the whole table > > + /* Now we have to go thought the whole table > > > > Again, throught -> through. > > Fixed.
Again, the checked-in change is incorrect ("though"). (This file originally came from glibc, but glibc no longer uses this regex implementation so there's no issue of fixing upstream ... really libiberty ought to inherit from gnulib where possible, including for regex, but that's a completely separate matter.) -- Joseph S. Myers jos...@codesourcery.com