From: Bernhard Fischer Date: Mon, 28 Jan 2008 20:54:34 +0000 (+0100) Subject: incomplete1.C: Fix typo in comment. X-Git-Tag: releases/gcc-4.3.0~348 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82ad59926b22598c1f4e8fe19bf888db98516c0a;p=thirdparty%2Fgcc.git incomplete1.C: Fix typo in comment. 2008-01-28 Bernhard Fischer * g++.old-deja/g++.pt/incomplete1.C: Fix typo in comment. From-SVN: r131919 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 465fc8a7e230..98a200fb6503 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2008-01-28 Bernhard Fischer + + * g++.old-deja/g++.pt/incomplete1.C: Fix typo in comment. + 2008-01-28 Nathan Froyd PR 31535 diff --git a/gcc/testsuite/g++.old-deja/g++.pt/incomplete1.C b/gcc/testsuite/g++.old-deja/g++.pt/incomplete1.C index 9189df222768..36a9f5ee44c2 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/incomplete1.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/incomplete1.C @@ -3,7 +3,7 @@ // Copyright (C) 2000 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 28 Nov 2000 -// Inspired by by 756. We'd ICE when trying to define a member of an +// Inspired by 756. We'd ICE when trying to define a member of an // incomplete template type. template struct ObjCount;