diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-08-28 06:54:22 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-08-28 06:54:22 -0400 |
commit | abc95ed36d4c350fa1e23c1d322fee9bd8a018fe (patch) | |
tree | 1c83e6e4689be8894157ee8b0f76e689bf3b8871 /gcc/cse.c | |
parent | 2d5144e9ae5ef3e32c059f6a572d4bab6863c976 (diff) | |
download | gcc-abc95ed36d4c350fa1e23c1d322fee9bd8a018fe.zip gcc-abc95ed36d4c350fa1e23c1d322fee9bd8a018fe.tar.gz gcc-abc95ed36d4c350fa1e23c1d322fee9bd8a018fe.tar.bz2 |
Fix spelling errors.
From-SVN: r10289
Diffstat (limited to 'gcc/cse.c')
-rw-r--r-- | gcc/cse.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2270,7 +2270,7 @@ set_nonvarying_address_components (addr, size, pbase, pstart, pend) base = qty_const[reg_qty[REGNO (XEXP (base, 0))]]; } /* This can happen as the result of virtual register instantiation, - if the inital offset is too large to be a valid address. */ + if the initial offset is too large to be a valid address. */ else if (GET_CODE (base) == PLUS && GET_CODE (XEXP (base, 0)) == REG && GET_CODE (XEXP (base, 1)) == REG |