diff options
author | Eric Christopher <echristo@gcc.gnu.org> | 2006-04-22 01:23:09 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gcc.gnu.org> | 2006-04-22 01:23:09 +0000 |
commit | d1c788827fae72b7119230a1963d41d5655b3824 (patch) | |
tree | b2c43279918e6cfbb7f06ce194472ec644d9e7b4 /gcc/df-core.c | |
parent | 37073529315668ac41eca8c137b03eed6293dfab (diff) | |
download | gcc-d1c788827fae72b7119230a1963d41d5655b3824.tar.gz |
decl.c: Fix typo in function name.
2006-04-21 Eric Christopher <echristo@apple.com>
* decl.c: Fix typo in function name.
2006-04-21 Eric Christopher <echristo@apple.com>
* df-core.c, tree-outof-ssa.c, config/i386/i386.c: Fix typos
in comments and function names.
From-SVN: r113167
Diffstat (limited to 'gcc/df-core.c')
-rw-r--r-- | gcc/df-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |