From ad706f54377c886b78bc02d2bd238afe3a5cba5f Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 7 Dec 2001 15:00:16 -0800 Subject: * doc/extend.texi: Fix typo last change. From-SVN: r47777 --- gcc/doc/extend.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/doc') 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 -- cgit v1.1