diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-08-28 10:54:22 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-08-28 10:54:22 +0000 |
commit | b090827b2632f1f1d90adf6ed537bcaa76381190 (patch) | |
tree | 1c83e6e4689be8894157ee8b0f76e689bf3b8871 /gcc/integrate.c | |
parent | d217a1ad3cab054b26557a021afa46aad06cff45 (diff) | |
download | gcc-b090827b2632f1f1d90adf6ed537bcaa76381190.tar.gz |
Fix spelling errors.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10289 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/integrate.c')
-rw-r--r-- | gcc/integrate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/integrate.c b/gcc/integrate.c index 9325dd769ac..09382a8e0e5 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -669,7 +669,7 @@ copy_decl_tree (block) BLOCK_VARS (t) = vars; BLOCK_SUBBLOCKS (t) = nreverse (subblocks); /* If the BLOCK being cloned is already marked as having been instantiated - from something else, then leave that `origin' marking alone. Elsewise, + from something else, then leave that `origin' marking alone. Otherwise, mark the clone as having originated from the BLOCK we are cloning. */ if (BLOCK_ABSTRACT_ORIGIN (t) == NULL_TREE) BLOCK_ABSTRACT_ORIGIN (t) = block; |