diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-04-09 16:43:43 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-04-09 16:43:43 +0000 |
commit | f3b569ca7e724b2fc9b8393af5ede3ab9e8a46ea (patch) | |
tree | 01d7f445c0b42a47b3a2d065df15bc21f86579b3 /gcc/dominance.c | |
parent | 7b0cab995daec07d1fddae14c57918ae0c30fb21 (diff) | |
download | gcc-f3b569ca7e724b2fc9b8393af5ede3ab9e8a46ea.zip gcc-f3b569ca7e724b2fc9b8393af5ede3ab9e8a46ea.tar.gz gcc-f3b569ca7e724b2fc9b8393af5ede3ab9e8a46ea.tar.bz2 |
dominance.c, [...]: Fix comment typos.
* dominance.c, gthr-win32.h, reg-stack.c, tree-ssa-copy.c,
tree-ssa-operands.c, tree-ssa.c, tree-vrp.c, varasm.c,
config/alpha/alpha.c, config/arm/arm.c, config/m32r/m32r.h,
config/rs6000/predicates.md: Fix comment typos.
From-SVN: r97904
Diffstat (limited to 'gcc/dominance.c')
-rw-r--r-- | gcc/dominance.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dominance.c b/gcc/dominance.c index b07f6c2..a3b01a5 100644 --- a/gcc/dominance.c +++ b/gcc/dominance.c @@ -30,7 +30,7 @@ The algorithm computes this dominator tree implicitly by computing for each block its immediate dominator. We use tree balancing and path - compression, so its the O(e*a(e,v)) variant, where a(e,v) is the very + compression, so it's the O(e*a(e,v)) variant, where a(e,v) is the very slowly growing functional inverse of the Ackerman function. */ #include "config.h" |