* doc/extend.texi: Fix typo last change.
authorRichard Henderson <rth@redhat.com>
Fri, 7 Dec 2001 23:00:16 +0000 (15:00 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 7 Dec 2001 23:00:16 +0000 (15:00 -0800)
From-SVN: r47777

gcc/ChangeLog
gcc/doc/extend.texi

index e8439fce9613f187f2a16df77d874885847a882f..b07ac1b438f44978c968564895cec5969a53466e 100644 (file)
@@ -1,5 +1,7 @@
 2001-12-07  Richard Henderson  <rth@redhat.com>
 
+       * doc/extend.texi: Fix typo last change.
+
        * c-decl.c (c_language): Remove duplicate.
 
 2001-12-07  Dale Johannesen  <dalej@apple.com>
index e75a8d600c9f708d3bfefa585f7ab95defdde24b..5e8001088034b34f58e39d3597ee98e3ab3c5e49 100644 (file)
@@ -3025,7 +3025,7 @@ Aggregates with this attribute are invalid, even if they are of the same
 size as a corresponding scalar.  For example, the declaration:
 
 @smallexample
-struct S { int a; };
+struct S @{ int a; @};
 struct S  __attribute__ ((vector_size (16))) foo;
 @end smallexample