From: David Edelsohn Date: Tue, 11 Dec 2001 18:53:53 +0000 (-0500) Subject: Correct innacurate documentation of ADJUST_FIELD_ALIGN. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d8634d81165c346ba9205e1f61cad2c63be751f1;p=gcc.git Correct innacurate documentation of ADJUST_FIELD_ALIGN. From-SVN: r47887 --- 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