From c071525a8168f890502ea9af97a1f3f6aa091411 Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 10 Feb 2005 20:13:21 +0000 Subject: * cse.c, tree-ssa-loop-ivopts.c, config/rs6000/linux-unwind.h: Fix comment typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94845 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/tree-ssa-loop-ivopts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-ssa-loop-ivopts.c') diff --git a/gcc/tree-ssa-loop-ivopts.c b/gcc/tree-ssa-loop-ivopts.c index a570569d02b..40661bea109 100644 --- a/gcc/tree-ssa-loop-ivopts.c +++ b/gcc/tree-ssa-loop-ivopts.c @@ -647,7 +647,7 @@ struct nfe_cache_elt /* The edge for that the number of iterations is cached. */ edge exit; - /* True if the # of iterations was succesfully determined. */ + /* True if the # of iterations was successfully determined. */ bool valid_p; /* Description of # of iterations. */ -- cgit v1.2.1