Fix grammar in comment.
authorBen Pfaff <blp@gnu.org>
Sun, 19 Nov 2006 03:44:10 +0000 (03:44 +0000)
committerBen Pfaff <blp@gnu.org>
Sun, 19 Nov 2006 03:44:10 +0000 (03:44 +0000)
src/libpspp/compiler.h

index b7df277540574ba6021c8d1363309a88c7071958..637f4c4df96f8de0531dec97049fc4f0731653de 100644 (file)
@@ -61,8 +61,8 @@
 #endif
 
 /* This attribute indicates that the function does not examine
-   any values except its arguments, and have no effects except
-   the return value.  A function that has pointer arguments and
+   any values except its arguments, and has no effects except the
+   return value.  A function that has pointer arguments and
    examines the data pointed to must _not_ be declared
    `const'.  */
 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5)