Commit 82ad5992 by Bernhard Fischer Committed by Bernhard Reutner-Fischer

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
parent e8b0eabc
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> 2008-01-28 Nathan Froyd <froydnj@codesourcery.com>
PR 31535 PR 31535
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// Copyright (C) 2000 Free Software Foundation, Inc. // Copyright (C) 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 28 Nov 2000 <nathan@codesourcery.com> // 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. // incomplete template type.
template<class X> struct ObjCount; template<class X> struct ObjCount;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment