From: Richard Kenner Date: Sat, 2 Jun 2001 10:54:32 +0000 (-0400) Subject: Fix typo in comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a27250499c410a334c26afbb050059309403f2a1;p=gcc.git Fix typo in comment From-SVN: r42794 --- diff --git a/gcc/expr.c b/gcc/expr.c index 3dd919e6799..5e8b5b70154 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -7008,7 +7008,7 @@ expand_expr (exp, target, tmode, modifier) { rtx offset_rtx = expand_expr (offset, NULL_RTX, VOIDmode, 0); - /* If this object is in memory, put it into a register. + /* If this object is in a register, put it into memory. This case can't occur in C, but can in Ada if we have unchecked conversion of an expression from a scalar type to an array or record type. */