aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorDavid Edelsohn <dje@gcc.gnu.org>2001-12-11 13:53:53 -0500
committerDavid Edelsohn <dje@gcc.gnu.org>2001-12-11 13:53:53 -0500
commitd8634d81165c346ba9205e1f61cad2c63be751f1 (patch)
tree5f8ea3612a597da4ed22193b951b0fb6bbf4e02c /gcc/doc
parent4c594031436cb2e700bc8b771dbda082dbcc6e2c (diff)
downloadgcc-d8634d81165c346ba9205e1f61cad2c63be751f1.zip
gcc-d8634d81165c346ba9205e1f61cad2c63be751f1.tar.gz
gcc-d8634d81165c346ba9205e1f61cad2c63be751f1.tar.bz2
Correct innacurate documentation of ADJUST_FIELD_ALIGN.
From-SVN: r47887
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/tm.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 8c74939..beae6e5 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