diff options
Diffstat (limited to 'gcc/domwalk.h')
-rw-r--r-- | gcc/domwalk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/domwalk.h b/gcc/domwalk.h index d4778337951..53a872e34fc 100644 --- a/gcc/domwalk.h +++ b/gcc/domwalk.h @@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA. */ struct dom_walk_data { - /* This is the direction of the dominator tree we want to walk. ie, + /* This is the direction of the dominator tree we want to walk. i.e., if it is set to CDI_DOMINATORS, then we walk the dominator tree, if it is set to CDI_POST_DOMINATORS, then we walk the post dominator tree. */ |