Resolve clash between stdint.m4 and uintmax_t.m4.
[gnulib.git] / lib / inttypes.h
index 924a66a..f23496f 100644 (file)
 
 /*
  * A wrapper for the ISO C 99 <inttypes.h>.
- * <http://www.opengroup.org/onlinepubs/007904975/basedefs/inttypes.h.html>
+ * <http://www.opengroup.org/susv3xbd/inttypes.h.html>
  *
  * Currently, if the system <inttypes.h> is missing or not C99 compliant, then
- * this header may only to provide the required <stdint.h> (which may be the
+ * this header may only provide the required <stdint.h> (which may be the
  * *almost* C99 compliant one from GNULIB) and prototypes for the strtoimax and
  * strtoumax functions.
  */