From 6f65afb0df496cfda654bbbc02fd2932f460d19b Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 6 Jul 1993 15:23:54 -0700 Subject: [PATCH] (insert_block): Correct typo in comment. From-SVN: r4869 --- gcc/c-decl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/c-decl.c b/gcc/c-decl.c index 77c5f48b1f8..39b71e3c975 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -1107,7 +1107,7 @@ delete_block (block) /* Insert BLOCK at the end of the list of subblocks of the current binding level. This is used when a BIND_EXPR is expanded, - to handle the BLOCK node inside teh BIND_EXPR. */ + to handle the BLOCK node inside the BIND_EXPR. */ void insert_block (block) -- 2.30.2