aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-11-14 13:05:19 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-11-14 13:05:19 +0000
commitdaa956d01f8342ee901c510f2c1b456b4e4b6394 (patch)
treec49018889381b60860e9b3d78de310db9de5d2c3 /gcc/expr.c
parentc1dc94c40a609cea5b695ebb43e5a02dc70aed27 (diff)
downloadgcc-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index 59da4fd..f949930 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -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)