diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 369557b488ed97d51927414191b30e1fa7372342..f5b759b7f951c2b60a235a25884eb0591ad14bd6 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-02  Paolo Carlini  <paolo.carlini@oracle.com>
+
+	* g++.dg/template/crash98.C: Remove stray // from dg-error comment.
+
 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
 
 	* gcc.target/arm/neon/vdup_ns64.c: Regenerated.
diff --git a/gcc/testsuite/g++.dg/template/crash101.C b/gcc/testsuite/g++.dg/template/crash101.C
index 38059fc5e7675bc140d0c63d5132ee6aa11c37fd..c59737a8938900bc1d94d4694e87cb37d2535c4c 100644
--- a/gcc/testsuite/g++.dg/template/crash101.C
+++ b/gcc/testsuite/g++.dg/template/crash101.C
@@ -5,7 +5,7 @@ struct locale {  };
 template<class charT>
   void
   foo()
-  { locale::locale(); } // // { dg-error "cannot call|function-style" }
+  { locale::locale(); } // { dg-error "cannot call|function-style" }
 
 void
 bar()