]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
incomplete1.C: Fix typo in comment.
authorBernhard Fischer <aldot@gcc.gnu.org>
Mon, 28 Jan 2008 20:54:34 +0000 (21:54 +0100)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Mon, 28 Jan 2008 20:54:34 +0000 (21:54 +0100)
2008-01-28  Bernhard Fischer  <aldot@gcc.gnu.org>

* g++.old-deja/g++.pt/incomplete1.C: Fix typo in comment.

From-SVN: r131919

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.pt/incomplete1.C

index 465fc8a7e23056409a5fc45b4c3d00d0969b9424..98a200fb6503e02783d3aff719db86039f46ab29 100644 (file)
@@ -1,3 +1,7 @@
+2008-01-28  Bernhard Fischer  <aldot@gcc.gnu.org>
+
+       * g++.old-deja/g++.pt/incomplete1.C: Fix typo in comment.
+
 2008-01-28  Nathan Froyd  <froydnj@codesourcery.com>
 
        PR 31535
index 9189df2227687eee3de65424dcc57c652257c9f2..36a9f5ee44c27562d4055e5272174e6f7e8303c8 100644 (file)
@@ -3,7 +3,7 @@
 // Copyright (C) 2000 Free Software Foundation, Inc.
 // Contributed by Nathan Sidwell 28 Nov 2000 <nathan@codesourcery.com>
 
-// 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<class X> struct ObjCount;