summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-07 23:00:16 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-07 23:00:16 +0000
commit6bdacb9b3d9aae3d2a68df7787a3ef7d9671cf68 (patch)
treebec3c291d867119d402d10368af570996e684628
parent703ee01c0268db328c4605eaa3ec1c3b5b600d28 (diff)
downloadppe42-gcc-6bdacb9b3d9aae3d2a68df7787a3ef7d9671cf68.tar.gz
ppe42-gcc-6bdacb9b3d9aae3d2a68df7787a3ef7d9671cf68.zip
* doc/extend.texi: Fix typo last change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47777 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/doc/extend.texi2
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e8439fce961..b07ac1b438f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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>
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index e75a8d600c9..5e800108803 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -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
OpenPOWER on IntegriCloud