From ad706f54377c886b78bc02d2bd238afe3a5cba5f Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 7 Dec 2001 15:00:16 -0800 Subject: [PATCH] * doc/extend.texi: Fix typo last change. From-SVN: r47777 --- gcc/ChangeLog | 2 ++ gcc/doc/extend.texi | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 + * doc/extend.texi: Fix typo last change. + * c-decl.c (c_language): Remove duplicate. 2001-12-07 Dale Johannesen 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 -- 2.30.2