]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
extend.texi (scalar_storage_order type attribute): Fix typo and improve wording for...
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 25 Jan 2016 11:42:25 +0000 (11:42 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 25 Jan 2016 11:42:25 +0000 (11:42 +0000)
* doc/extend.texi (scalar_storage_order type attribute): Fix typo and
improve wording for mixed storage order support.

From-SVN: r232791

gcc/ChangeLog
gcc/doc/extend.texi

index 96ec9f53ae4c2423a41ee28ec44ad5603571cde8..abf3f2f71fde46ee4a936b5954d3fe5e41c79af2 100644 (file)
@@ -1,3 +1,8 @@
+2016-01-25  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * doc/extend.texi (scalar_storage_order type attribute): Fix typo and
+       improve wording for mixed storage order support.
+
 2016-01-25  Bilyan Borisov  <bilyan.borisov@arm.com>
 
        * config/aarch64/arm_neon.h (vcvt_s64_f64): New intrinsic.
index 7e079ff7285b8e23e314b2b1f251a819eacca6b0..c18324d618edacecdaaeff5cd981d5452f1bfd05 100644 (file)
@@ -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