On Jul 21, 2013, at 2:18 PM, Joseph S. Myers <jos...@codesourcery.com> wrote: > On Sun, 21 Jul 2013, Mike Stump wrote: > >>> diff --git a/gcc/testsuite/c-c++-common/pr41779.c >>> b/gcc/testsuite/c-c++-common/pr41779.c >>> index 80c8e6b..f80412c 100644 >>> --- a/gcc/testsuite/c-c++-common/pr41779.c >>> +++ b/gcc/testsuite/c-c++-common/pr41779.c >>> @@ -1,4 +1,4 @@ >>> -/* PR41779: Wconversion cannot see throught real*integer promotions. */ >>> +/* PR41779: Wconversion cannot see thought real*integer promotions. */ >>> >>> This change is not ok (eh, OK), it should've been "through". > > The checked-in version of this file is still wrong, it now has "though" > which should be "through".
Fixed, thanks.