diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-11-14 13:05:19 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-11-14 13:05:19 +0000 |
commit | daa956d01f8342ee901c510f2c1b456b4e4b6394 (patch) | |
tree | c49018889381b60860e9b3d78de310db9de5d2c3 /gcc/expr.c | |
parent | c1dc94c40a609cea5b695ebb43e5a02dc70aed27 (diff) | |
download | gcc-daa956d01f8342ee901c510f2c1b456b4e4b6394.zip gcc-daa956d01f8342ee901c510f2c1b456b4e4b6394.tar.gz gcc-daa956d01f8342ee901c510f2c1b456b4e4b6394.tar.bz2 |
* cselib.c, expr.c: Fix comment typos.
From-SVN: r90620
Diffstat (limited to 'gcc/expr.c')
-rw-r--r-- | gcc/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1559,7 +1559,7 @@ gen_group_rtx (rtx orig) /* A subroutine of emit_group_load. Arguments as for emit_group_load, except that values are placed in TMPS[i], and must later be moved - into corrosponding XEXP (XVECEXP (DST, 0, i), 0) element. */ + into corresponding XEXP (XVECEXP (DST, 0, i), 0) element. */ static void emit_group_load_1 (rtx *tmps, rtx dst, rtx orig_src, tree type, int ssize) |