(insert_block): Correct typo in comment.
authorJim Wilson <wilson@gcc.gnu.org>
Tue, 6 Jul 1993 22:23:54 +0000 (15:23 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 6 Jul 1993 22:23:54 +0000 (15:23 -0700)
From-SVN: r4869

gcc/c-decl.c

index 77c5f48..39b71e3 100644 (file)
@@ -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)