rewrap comment
authorJason Merrill <jason@gcc.gnu.org>
Tue, 9 Mar 2004 10:06:20 +0000 (05:06 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 9 Mar 2004 10:06:20 +0000 (05:06 -0500)
From-SVN: r79163

gcc/testsuite/g++.dg/ext/attrib14.C

index 1b227293c461b8e34442e7a7fcccc40cbbe549b0..3a819e01d82001b37fb18e2272d935633abcb1ed 100644 (file)
@@ -1,6 +1,6 @@
 // PR c++/13170
-// The bogus attribute is ignored, but was in TYPE_ATTRIBUTES during parsing of the class,
-// causing some variants to have it and some not.
+// The bogus attribute is ignored, but was in TYPE_ATTRIBUTES during
+// parsing of the class, causing some variants to have it and some not.
 
 struct __attribute__((bogus)) A
 {