From d1c788827fae72b7119230a1963d41d5655b3824 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Sat, 22 Apr 2006 01:23:09 +0000 Subject: decl.c: Fix typo in function name. 2006-04-21 Eric Christopher * decl.c: Fix typo in function name. 2006-04-21 Eric Christopher * df-core.c, tree-outof-ssa.c, config/i386/i386.c: Fix typos in comments and function names. From-SVN: r113167 --- gcc/df-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/df-core.c') diff --git a/gcc/df-core.c b/gcc/df-core.c index 06b108549e8..4c53e8c86f2 100644 --- a/gcc/df-core.c +++ b/gcc/df-core.c @@ -84,7 +84,7 @@ convenience functions named DF_*_ADD_PROBLEM. Problems can be dependent on other problems. For instance, solving -def-use or use-def chains is dependant on solving reaching +def-use or use-def chains is dependent on solving reaching definitions. As long as these dependencies are listed in the problem definition, the order of adding the problems is not material. Otherwise, the problems will be solved in the order of calls to -- cgit v1.2.1