memfriend11.C: Fix comment typo.
authorKriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
Thu, 21 Oct 2004 11:16:35 +0000 (11:16 +0000)
committerKriang Lerdsuwanakij <lerdsuwa@gcc.gnu.org>
Thu, 21 Oct 2004 11:16:35 +0000 (11:16 +0000)
* g++.dg/template/memfriend11.C: Fix comment typo.
* g++.dg/template/memfriend14.C: Likewise.

From-SVN: r89371

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

index 36186a43cfd1967d3c9c7aae8ef7ca3f701fcd3c..83838ee8c8c37dda3aca43ce50cc8527b7a186c5 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 d06a936d59bb72618183ed9f3e31112226917440..e33e99bdc51bdcc701cb4387db2f147582a5975f 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 86d2d3f0e26550f749984902365c65bb1088f19c..298c5581126e098fc125e424abf618ee32a99e55 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
 {