summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-copy.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-02 00:51:01 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-02 00:51:01 +0000
commit0870fd6eb283b94035b0911aedec29c050a3b5de (patch)
treeae5103fbd5f2fe5bcbda71439d0de821a65ead6f /gcc/tree-ssa-copy.c
parentbcebb400341c81055214fe0cab020afe2e529bdd (diff)
downloadgcc-0870fd6eb283b94035b0911aedec29c050a3b5de.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84008 138bc75d-0d04-0410-961f-82ee72b054a4
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