summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-copy.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-07-02 00:51:01 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-07-02 00:51:01 +0000
commitf6fe65dc61754f3dc25a8757a1955b61e6374f51 (patch)
treeae5103fbd5f2fe5bcbda71439d0de821a65ead6f /gcc/tree-ssa-copy.c
parentf16ee2a09a939e126594865c4bf7f0c9df5785db (diff)
downloadgcc-f6fe65dc61754f3dc25a8757a1955b61e6374f51.tar.gz
ifcvt.c, [...]: Fix comment typos.
* ifcvt.c, modulo-sched.c, tree-alias-common.c, tree-sra.c, tree-ssa-copy.c, tree-ssa-dom.c, tree-ssa-pre.c: Fix comment typos. From-SVN: r84008
Diffstat (limited to 'gcc/tree-ssa-copy.c')
-rw-r--r--gcc/tree-ssa-copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-copy.c b/gcc/tree-ssa-copy.c
index 12aaff81d94..1f87c1be4bf 100644
--- a/gcc/tree-ssa-copy.c
+++ b/gcc/tree-ssa-copy.c
@@ -56,7 +56,7 @@ Boston, MA 02111-1307, USA. */
/* Given two SSA_NAMEs, replace the annotations for the one referred to by OP
- with VAR's annmoptations.
+ with VAR's annotations.
If OP is a pointer, copy the memory tag used originally by OP into
VAR. This is needed in cases where VAR had never been dereferenced in the