cpp.texi (__*_WIDTH__): Small wording fixes.
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 9 Sep 2016 17:59:50 +0000 (17:59 +0000)
committerBernd Edlinger <edlinger@gcc.gnu.org>
Fri, 9 Sep 2016 17:59:50 +0000 (17:59 +0000)
2016-09-09  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        * doc/cpp.texi (__*_WIDTH__): Small wording fixes.

From-SVN: r240051

gcc/ChangeLog
gcc/doc/cpp.texi

index 9818a8637676582f462095830843d21df6ae421b..bd49c7478c29ef4a0eabab65f77225e18d923746 100644 (file)
@@ -1,3 +1,7 @@
+2016-09-09  Bernd Edlinger  <bernd.edlinger@hotmail.de>
+
+       * doc/cpp.texi (__*_WIDTH__): Small wording fixes.
+
 2016-09-09  Joseph Myers  <joseph@codesourcery.com>
 
        * doc/cpp.texi (__SCHAR_WIDTH__, __SHRT_WIDTH__, __INT_WIDTH__)
index bd89a0eb53fd21e0ca7d74d0931b2d33752f5115..ed91767bc96de1e2b67afbf11f2874c411d754b2 100644 (file)
@@ -2267,8 +2267,8 @@ not provide a @file{stdint.h} header on those systems.
 @itemx __INT_FAST64_WIDTH__
 @itemx __INTPTR_WIDTH__
 @itemx __INTMAX_WIDTH__
-Defined to the widths of the corresponding types.  They exist to make
-the implementations of @file{limits.h} and @file{stdint.h} make
+Defined to the bit widths of the corresponding types.  They exist to
+make the implementations of @file{limits.h} and @file{stdint.h} behave
 correctly.  You should not use these macros directly; instead, include
 the appropriate headers.  Some of these macros may not be defined on
 particular systems if GCC does not provide a @file{stdint.h} header on