summaryrefslogtreecommitdiff
path: root/gcc/domwalk.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/domwalk.c')
-rw-r--r--gcc/domwalk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/domwalk.c b/gcc/domwalk.c
index 04a490903b0..c40ab823040 100644
--- a/gcc/domwalk.c
+++ b/gcc/domwalk.c
@@ -122,7 +122,7 @@ Boston, MA 02110-1301, USA. */
which reduces code duplication since the rewriting phase is inherently
a walk of the dominator tree.
- And (of course), we use the dominator walker to drive a our dominator
+ And (of course), we use the dominator walker to drive our dominator
optimizer, which is a semi-global optimizer.
TODO: