Fix mismatched parens.
authorJeff Law <law@gcc.gnu.org>
Sun, 25 Jan 1998 09:00:18 +0000 (02:00 -0700)
committerJeff Law <law@gcc.gnu.org>
Sun, 25 Jan 1998 09:00:18 +0000 (02:00 -0700)
From-SVN: r17471

gcc/extend.texi

index f50c20735620ee8086dde0a326695ffc2845450e..16f535c7a8951d40987346659e4152e121a98121 100644 (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