2008-01-28 Bernhard Fischer <aldot@gcc.gnu.org>
* g++.old-deja/g++.pt/incomplete1.C: Fix typo in comment.
From-SVN: r131919
+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
// 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;