I've applied these fixes, to ensure that they are not corrected incorrectly, thanks for the corrections.
On Jul 21, 2013, at 8:37 AM, Marek Polacek <pola...@redhat.com> wrote: > diff --git a/gcc/ipa.c b/gcc/ipa.c > index 7c0d495..d44cf38 100644 > --- a/gcc/ipa.c > +++ b/gcc/ipa.c > @@ -548,7 +548,7 @@ static bool > comdat_can_be_unshared_p_1 (symtab_node node) > { > /* When address is taken, we don't know if equality comparison won't > - break eventaully. Exception are virutal functions and vtables, where > + break eventaully. Exception are virtual functions and vtables, where > > "eventually" Fixed. > 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. > diff --git a/libstdc++-v3/testsuite/ext/pb_ds/example/hash_resize.cc > b/libstdc++-v3/testsuite/ext/pb_ds/example/hash_resize.cc > index 1afb9b9..a5e026e 100644 > --- a/libstdc++-v3/testsuite/ext/pb_ds/example/hash_resize.cc > +++ b/libstdc++-v3/testsuite/ext/pb_ds/example/hash_resize.cc > @@ -36,7 +36,7 @@ > > /** > * This example shows how to externally manipulate the size of a hash-based > - * container object throught its resize-policy object. > + * container object thought its resize-policy object. > > Again, throught -> through. Fixed.