Commit aaf1c72d by Kriang Lerdsuwanakij Committed by Kriang Lerdsuwanakij

memfriend11.C: Fix comment typo.

	* g++.dg/template/memfriend11.C: Fix comment typo.
	* g++.dg/template/memfriend14.C: Likewise.

From-SVN: r89371
parent cc6cea1b
2004-10-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
* g++.dg/template/memfriend11.C: Fix comment typo.
* g++.dg/template/memfriend14.C: Likewise.
2004-10-20 Richard Henderson <rth@redhat.com>
* gcc.dg/cleanup-10.c, gcc.dg/cleanup-11.c, gcc.dg/cleanup-8.c,
......
......@@ -3,7 +3,7 @@
// Copyright (C) 2004 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
// Nest class template of class template as friend
// Nested class template of class template as friend
template<class T> struct A
{
......
......@@ -3,7 +3,7 @@
// Copyright (C) 2004 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
// Nest class template of class template as friend
// Nested class template of class template as friend
template<class T> struct A
{
......
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