diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1993-07-06 15:23:54 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1993-07-06 15:23:54 -0700 |
commit | 6f65afb0df496cfda654bbbc02fd2932f460d19b (patch) | |
tree | f1422cffa141b1cd6b6422bb1559f6a9226c0fd5 | |
parent | 5c0e109149d0b7cfef1c159d3e50f971095ca507 (diff) | |
download | gcc-6f65afb0df496cfda654bbbc02fd2932f460d19b.zip gcc-6f65afb0df496cfda654bbbc02fd2932f460d19b.tar.gz gcc-6f65afb0df496cfda654bbbc02fd2932f460d19b.tar.bz2 |
(insert_block): Correct typo in comment.
From-SVN: r4869
-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 77c5f48..39b71e3 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) |