From b20b352b6b81a51dd1c573f7d95616fef5fc0da7 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 23 Jun 2003 16:11:56 +0000 Subject: ChangeLog.1: Fix a typo. * ChangeLog.1: Fix a typo. * cfgrtl.c: Fix comment typos. * dwarf2out.c: Likewise. * expmed.c: Likewise. * genrecog.c: Likewise. * jump.c: Likewise. * rtlanal.c: Likewise. * ssa-dce.c: Likewise. * toplev.c: Likewise. From-SVN: r68374 --- gcc/ssa-dce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ssa-dce.c') diff --git a/gcc/ssa-dce.c b/gcc/ssa-dce.c index 1c480dc..43354ff 100644 --- a/gcc/ssa-dce.c +++ b/gcc/ssa-dce.c @@ -83,7 +83,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA /* A map from blocks to the edges on which they are control dependent. */ typedef struct { - /* An dynamically allocated array. The Nth element corresponds to + /* A dynamically allocated array. The Nth element corresponds to the block with index N + 2. The Ith bit in the bitmap is set if that block is dependent on the Ith edge. */ bitmap *data; -- cgit v1.1