diff options
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r-- | gcc/tree-inline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index 0696c40..375a570 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -1944,7 +1944,7 @@ walk_tree (tree *tp, walk_tree_fn func, void *data, void *htab_) case BLOCK: case RECORD_TYPE: case CHAR_TYPE: - /* None of thse have subtrees other than those already walked + /* None of these have subtrees other than those already walked above. */ break; |