diff options
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r-- | gcc/tree-flow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index 837aaf9..0c38078 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -601,7 +601,7 @@ extern bool may_propagate_copy (tree, tree); struct tree_niter_desc { - tree assumptions; /* The boolean expression. If this expression evalutes + tree assumptions; /* The boolean expression. If this expression evaluates to false, then the other fields in this structure should not be used; there is no guarantee that they will be correct. */ |