From: Richard Stallman Date: Mon, 30 Nov 1992 23:05:11 +0000 (+0000) Subject: Correct comments. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=355b20971a5726593583574c6f17596f30182087;p=gcc.git Correct comments. From-SVN: r2819 --- diff --git a/gcc/expr.h b/gcc/expr.h index 56cd39d8aaa..4bcdc17f2b3 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. */