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 8563402..0dad98b 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -263,7 +263,7 @@ typedef struct immediate_use_iterator_d /* Use this iterator in combination with FOR_EACH_IMM_USE_STMT to - get access to each occurence of ssavar on the stmt returned by + get access to each occurrence of ssavar on the stmt returned by that iterator.. for instance: FOR_EACH_IMM_USE_STMT (stmt, iter, var) |