(insert_block): Correct typo in comment.

From-SVN: r4869
This commit is contained in:
Jim Wilson 1993-07-06 15:23:54 -07:00
parent 5c0e109149
commit 6f65afb0df
1 changed files with 1 additions and 1 deletions

View 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)