summaryrefslogtreecommitdiffstats
path: root/gcc/dominance.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-09 16:43:43 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-09 16:43:43 +0000
commit20833d12089d56f5128478b35b8e85a67ccca6f8 (patch)
tree01d7f445c0b42a47b3a2d065df15bc21f86579b3 /gcc/dominance.c
parentc75de2f766320b156ea827dee2c913cbf6e2d5e4 (diff)
downloadppe42-gcc-20833d12089d56f5128478b35b8e85a67ccca6f8.tar.gz
ppe42-gcc-20833d12089d56f5128478b35b8e85a67ccca6f8.zip
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97904 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dominance.c')
-rw-r--r--gcc/dominance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dominance.c b/gcc/dominance.c
index b07f6c23da4..a3b01a59c4f 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"
OpenPOWER on IntegriCloud