diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index cabb954e15ed551ff283060b0b46dfcaaae49a75..2d6cc337d8f4bd8d1ea3704f037a2ab4c8ff356b 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-29  Loren J. Rittle  <ljrittle@acm.org>
+
+	* testsuite/thread/pthread7-rope.cc: Update comment to reflect test.
+
 2004-03-29  Paolo Carlini  <pcarlini@suse.de>
 
 	* testsuite/thread/pthread7-rope.cc: Fix, unpredictably, depending
diff --git a/libstdc++-v3/testsuite/thread/pthread7-rope.cc b/libstdc++-v3/testsuite/thread/pthread7-rope.cc
index f2183de77dbf15668770e0a73d06fb32349f4e7e..2f401344ff4d9a244354dfe437b7075f21804de1 100644
--- a/libstdc++-v3/testsuite/thread/pthread7-rope.cc
+++ b/libstdc++-v3/testsuite/thread/pthread7-rope.cc
@@ -107,7 +107,6 @@ main()
 	pthread_join (tid[i], NULL);
     }
 
-  // Nothing says the data will be trashed at this point...
   VERIFY( !std::strcmp (data, "barbazbongle") );
   VERIFY( !std::strcmp (data2, "bar2baz2bongle2") );