From b30481255a2e378ad438545533b98098c5a1e124 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 19 Nov 2006 03:44:10 +0000 Subject: [PATCH] Fix grammar in comment. --- src/libpspp/compiler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libpspp/compiler.h b/src/libpspp/compiler.h index b7df277540..637f4c4df9 100644 --- a/src/libpspp/compiler.h +++ b/src/libpspp/compiler.h @@ -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) -- 2.30.2