From d8634d81165c346ba9205e1f61cad2c63be751f1 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Tue, 11 Dec 2001 13:53:53 -0500 Subject: [PATCH] Correct innacurate documentation of ADJUST_FIELD_ALIGN. From-SVN: r47887 --- gcc/doc/tm.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 8c749395429..beae6e5f259 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -1070,7 +1070,7 @@ by the @code{__attribute__ ((aligned (@var{n})))} construct. An expression for the alignment of a structure field @var{field} if the alignment computed in the usual way is @var{computed}. GCC uses this value instead of the value in @code{BIGGEST_ALIGNMENT} or -@code{BIGGEST_FIELD_ALIGNMENT}, if defined, for structure fields only. +@code{BIGGEST_FIELD_ALIGNMENT}, if defined. @findex MAX_OFILE_ALIGNMENT @item MAX_OFILE_ALIGNMENT -- 2.30.2