From: Ben Pfaff Date: Sun, 19 Nov 2006 03:44:10 +0000 (+0000) Subject: Fix grammar in comment. X-Git-Tag: sav-api~1700 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b30481255a2e378ad438545533b98098c5a1e124;p=pspp Fix grammar in comment. --- 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)