summaryrefslogtreecommitdiffstats
path: root/gcc/dominance.c
diff options
context:
space:
mode:
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