aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/extend.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index e75a8d6..5e80010 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