From 128a79fb0142757127a8ded0635ce6f4f94ecbba Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 19 May 2005 03:05:49 +0000 Subject: cfgexpand.c, [...]: Fix comment typos. gcc/ * cfgexpand.c, tree-cfg.c, tree-inline.c, tree-optimize.c, tree-ssa-forwprop.c: Fix comment typos. * doc/invoke.texi: Fix a typo. cp/ * parser.c: Fix comment typos. From-SVN: r99944 --- gcc/tree-ssa-forwprop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-ssa-forwprop.c') diff --git a/gcc/tree-ssa-forwprop.c b/gcc/tree-ssa-forwprop.c index 93f1cf6..e4cae68 100644 --- a/gcc/tree-ssa-forwprop.c +++ b/gcc/tree-ssa-forwprop.c @@ -45,7 +45,7 @@ Boston, MA 02111-1307, USA. */ code. One day we'll want to generalize this code. One class of common cases we handle is forward propagating a single use - variale into a COND_EXPR. + variable into a COND_EXPR. bb0: x = a COND b; -- cgit v1.1