From: Derek R. Price Date: Wed, 19 Apr 2006 12:54:02 +0000 (+0000) Subject: * lib/inttypes.h: Correct grammar in comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b42a9453a249ac0fddb5a443609d8ff9689be33e;p=pspp * lib/inttypes.h: Correct grammar in comment. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 8597056335..19a49cc846 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,8 +1,13 @@ +2006-04-19 Derek Price + Eric Blake + + * inttypes.h: Correct grammar in comment. + 2006-04-18 Derek Price Paul Eggert - * lib/inttypes.h: New file. - * lib/strtoimax.c: Assume . + * inttypes.h: New file. + * strtoimax.c: Assume . 2006-04-15 Paul Eggert diff --git a/lib/inttypes.h b/lib/inttypes.h index 924a66ac2d..67dda86b33 100644 --- a/lib/inttypes.h +++ b/lib/inttypes.h @@ -24,7 +24,7 @@ * * * Currently, if the system is missing or not C99 compliant, then - * this header may only to provide the required (which may be the + * this header may only provide the required (which may be the * *almost* C99 compliant one from GNULIB) and prototypes for the strtoimax and * strtoumax functions. */