diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-05-12 18:47:11 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-05-12 18:47:11 -0600 |
commit | 269bcf848b48cf646ff51d8e067efc4c42e52bf9 (patch) | |
tree | d97d45d26537a3e11e4997c2175479e17e665ecd /gcc | |
parent | c8ae5917ca00a5a04cda600bb2ea7e01579d1a89 (diff) | |
download | gcc-269bcf848b48cf646ff51d8e067efc4c42e52bf9.zip gcc-269bcf848b48cf646ff51d8e067efc4c42e52bf9.tar.gz gcc-269bcf848b48cf646ff51d8e067efc4c42e52bf9.tar.bz2 |
Fix typo.
From-SVN: r26916
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 688bfe4..1109ce4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -567,7 +567,7 @@ Mon Apr 26 00:26:18 1999 Richard Henderson <rth@cygnus.com> Mon Apr 26 01:08:36 1999 Toshiyasu Morita (tm@netcom.com) * fold-const.c (make_range): Always initialize arg0 and arg1. - (fold): Simlarly for alt0 and alt1. + (fold): Similarly for alt0 and alt1. * function.c (fixup_var_refs_insns): Initialize insn_list. (instantiate_virtual_regs_1): Initialize offset. * optabs.c (expand_binop): Initialize carry_in, carry_out, op0_xhigh |