diff options
Diffstat (limited to 'gcc/tree-ssa-live.c')
| -rw-r--r-- | gcc/tree-ssa-live.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-live.c b/gcc/tree-ssa-live.c index 0fba499fe47..a78dd9c19eb 100644 --- a/gcc/tree-ssa-live.c +++ b/gcc/tree-ssa-live.c @@ -477,7 +477,7 @@ remove_unused_scope_block_p (tree scope) { next = &TREE_CHAIN (*t); - /* Debug info of nested function reffers to the block of the + /* Debug info of nested function refers to the block of the function. */ if (TREE_CODE (*t) == FUNCTION_DECL) unused = false; |

