From 355b20971a5726593583574c6f17596f30182087 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 30 Nov 1992 23:05:11 +0000 Subject: [PATCH] Correct comments. From-SVN: r2819 --- gcc/expr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.30.2