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 53a872e..b8f31f5 100644 --- a/gcc/domwalk.h +++ b/gcc/domwalk.h @@ -103,7 +103,7 @@ struct dom_walk_data /* From here below are private data. Please do not use this information/data outside domwalk.c. */ - /* Stack of available block local structures. */ + /* Stack of available block local structures. */ varray_type free_block_data; }; |
