aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2016-01-25 11:42:25 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2016-01-25 11:42:25 +0000
commit1cf11fe62a4318f6188b6cd74272ab7311b3b717 (patch)
treec743edde4d42614d513b25350935c618090a5894 /gcc/doc
parentae19075a5d2aa60da640fbf74717a2c333d3949d (diff)
downloadgcc-1cf11fe62a4318f6188b6cd74272ab7311b3b717.zip
gcc-1cf11fe62a4318f6188b6cd74272ab7311b3b717.tar.gz
gcc-1cf11fe62a4318f6188b6cd74272ab7311b3b717.tar.bz2
extend.texi (scalar_storage_order type attribute): Fix typo and improve wording for mixed storage order support.
* doc/extend.texi (scalar_storage_order type attribute): Fix typo and improve wording for mixed storage order support. From-SVN: r232791
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/extend.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 7e079ff..c18324d 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -6481,10 +6481,10 @@ integral type should be used.
When attached to a @code{union} or a @code{struct}, this attribute sets
the storage order, aka endianness, of the scalar fields of the type, as
well as the array fields whose component is scalar. The supported
-endianness are @code{big-endian} and @code{little-endian}. The attribute
+endiannesses are @code{big-endian} and @code{little-endian}. The attribute
has no effects on fields which are themselves a @code{union}, a @code{struct}
or an array whose component is a @code{union} or a @code{struct}, and it is
-possible to have fields with a different scalar storage order than the
+possible for these fields to have a different scalar storage order than the
enclosing type.
This attribute is supported only for targets that use a uniform default