* lib/inttypes.h: Correct grammar in comment.
authorDerek R. Price <derek@ximbiot.com>
Wed, 19 Apr 2006 12:54:02 +0000 (12:54 +0000)
committerDerek R. Price <derek@ximbiot.com>
Wed, 19 Apr 2006 12:54:02 +0000 (12:54 +0000)
lib/ChangeLog
lib/inttypes.h

index 8597056..19a49cc 100644 (file)
@@ -1,8 +1,13 @@
+2006-04-19  Derek Price  <derek@ximbiot.com>
+           Eric Blake  <ebb9@byu.net>
+
+       * inttypes.h: Correct grammar in comment.
+
 2006-04-18  Derek Price  <derek@ximbiot.com>
            Paul Eggert  <eggert@cs.ucla.edu>
 
-       * lib/inttypes.h: New file.
-       * lib/strtoimax.c: Assume <inttypes.h>.
+       * inttypes.h: New file.
+       * strtoimax.c: Assume <inttypes.h>.
 
 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
 
index 924a66a..67dda86 100644 (file)
@@ -24,7 +24,7 @@
  * <http://www.opengroup.org/onlinepubs/007904975/basedefs/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.
  */