* doc/extend.texi (__int128): Improve grammar.
authorJonathan Wakely <jwakely.gcc@gmail.com>
Tue, 22 Jan 2013 21:58:39 +0000 (21:58 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 22 Jan 2013 21:58:39 +0000 (21:58 +0000)
From-SVN: r195387

gcc/ChangeLog
gcc/doc/extend.texi

index bdf173f9b4d05a594b1c3e5a6a173c928c3e82d2..5870b5d6604c61c975c1bf81f5633d077e5e5afc 100644 (file)
@@ -1,3 +1,7 @@
+2012-01-22  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       * doc/extend.texi (__int128): Improve grammar.
+
 2012-01-22  Uros Bizjak  <ubizjak@gmail.com>
 
        PR target/56028
index 8ce6e1edd1bd5871c06bdb204be29c9993fe883e..076aa68c9dd574f1440ef5799043bc5894aa096c 100644 (file)
@@ -811,15 +811,15 @@ the middle operand uses the value already computed without the undesirable
 effects of recomputing it.
 
 @node __int128
-@section 128-bits integers
+@section 128-bit integers
 @cindex @code{__int128} data types
 
 As an extension the integer scalar type @code{__int128} is supported for
-targets having an integer mode wide enough to hold 128 bits.
+targets which have an integer mode wide enough to hold 128 bits.
 Simply write @code{__int128} for a signed 128-bit integer, or
 @code{unsigned __int128} for an unsigned 128-bit integer.  There is no
-support in GCC to express an integer constant of type @code{__int128}
-for targets having @code{long long} integer less than 128 bits wide.
+support in GCC for expressing an integer constant of type @code{__int128}
+for targets with @code{long long} integer less than 128 bits wide.
 
 @node Long Long
 @section Double-Word Integers