incomplete1.C: Fix typo in comment.

2008-01-28  Bernhard Fischer  <aldot@gcc.gnu.org>

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

From-SVN: r131919
This commit is contained in:
Bernhard Fischer 2008-01-28 21:54:34 +01:00 committed by Bernhard Reutner-Fischer
parent e8b0eabccd
commit 82ad59926b
2 changed files with 5 additions and 1 deletions

View 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

View 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;