pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/src/libpspp compiler.h


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/libpspp compiler.h
Date: Sun, 19 Nov 2006 03:44:10 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 06/11/19 03:44:10

Modified files:
        src/libpspp    : compiler.h 

Log message:
        Fix grammar in comment.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/compiler.h?cvsroot=pspp&r1=1.3&r2=1.4

Patches:
Index: compiler.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/compiler.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- compiler.h  31 Jul 2006 22:50:01 -0000      1.3
+++ compiler.h  19 Nov 2006 03:44:10 -0000      1.4
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]