Fix mismatched parens.

From-SVN: r17471
This commit is contained in:
Jeff Law 1998-01-25 02:00:18 -07:00
parent 67c2a92854
commit f69eecfbd5

View File

@ -2019,8 +2019,8 @@ This attribute specifies a minimum alignment (in bytes) for variables
of the specified type. For example, the declarations:
@smallexample
struct S @{ short f[3]; @} __attribute__ ((aligned (8));
typedef int more_aligned_int __attribute__ ((aligned (8));
struct S @{ short f[3]; @} __attribute__ ((aligned (8)));
typedef int more_aligned_int __attribute__ ((aligned (8)));
@end smallexample
@noindent