diff options
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r-- | gcc/c-decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c index ac2089c..feef990 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -461,7 +461,7 @@ pushlevel (int dummy ATTRIBUTE_UNUSED) The outermost block of a function always gets a BLOCK node, because the debugging output routines expect that each - function has at least one BLOCK. */ + function has at least one BLOCK. */ current_scope->parm_flag = false; current_scope->function_body = true; current_scope->keep = true; |