aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-11-30 23:05:11 +0000
committerRichard Stallman <rms@gnu.org>1992-11-30 23:05:11 +0000
commit355b20971a5726593583574c6f17596f30182087 (patch)
treecea2c5afb9b0010cff34d82837c37bb1196cde89 /gcc
parent49003ff65a7278718691182fb429cd9b7680cfa3 (diff)
downloadgcc-355b20971a5726593583574c6f17596f30182087.zip
gcc-355b20971a5726593583574c6f17596f30182087.tar.gz
gcc-355b20971a5726593583574c6f17596f30182087.tar.bz2
Correct comments.
From-SVN: r2819
Diffstat (limited to 'gcc')
-rw-r--r--gcc/expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index 56cd39d..4bcdc17 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -169,7 +169,7 @@ struct args_size
: size_binop (PLUS_EXPR, (SIZE).var, size_int ((SIZE).constant)))
/* Supply a default definition for FUNCTION_ARG_PADDING:
- usually pad upward, but pad short, non-BLKmode args downward on
+ usually pad upward, but pad short args downward on
big-endian machines. */
enum direction {none, upward, downward}; /* Value has this type. */