diff options
| -rw-r--r-- | gcc/ChangeLog | 2 | ||||
| -rw-r--r-- | gcc/doc/extend.texi | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e8439fc..b07ac1b 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 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 |
