OSDN Git Service

* g++.dg/template/memfriend11.C: Fix comment typo.
authorlerdsuwa <lerdsuwa@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Oct 2004 11:16:35 +0000 (11:16 +0000)
committerlerdsuwa <lerdsuwa@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Oct 2004 11:16:35 +0000 (11:16 +0000)
* g++.dg/template/memfriend14.C: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89371 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/memfriend11.C
gcc/testsuite/g++.dg/template/memfriend14.C

index 36186a4..83838ee 100644 (file)
@@ -1,3 +1,8 @@
+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,
index d06a936..e33e99b 100644 (file)
@@ -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
 {
index 86d2d3f..298c558 100644 (file)
@@ -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
 {