diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 2001-06-02 06:54:32 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 2001-06-02 06:54:32 -0400 |
commit | a27250499c410a334c26afbb050059309403f2a1 (patch) | |
tree | 5723d0b240b51f0e8597e08213b24ab8dc331773 /gcc | |
parent | be128cd9e00b78aa7f68919c27f6f598b613a3d4 (diff) | |
download | gcc-a27250499c410a334c26afbb050059309403f2a1.zip gcc-a27250499c410a334c26afbb050059309403f2a1.tar.gz gcc-a27250499c410a334c26afbb050059309403f2a1.tar.bz2 |
Fix typo in comment
From-SVN: r42794
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |