changeset 6738:67b882777a7a

* lib/inttypes.h: Correct grammar in comment.
author Derek R. Price <derek@ximbiot.com>
date Wed, 19 Apr 2006 12:54:02 +0000
parents 9f5be00d8141
children 68c436fda425
files lib/ChangeLog lib/inttypes.h
diffstat 2 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -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>
 
--- a/lib/inttypes.h
+++ b/lib/inttypes.h
@@ -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.
  */