diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-09-14 12:21:44 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-09-14 12:21:44 +0000 |
commit | 8e3c61c5775fabd1e49fb3d4e80ea4a9cb0ab24c (patch) | |
tree | 87f623cf4d9d9f6974f9edb301690b2d3b490943 /gcc/tree-optimize.c | |
parent | 0e40b5f29a85e04a5243db74bfc63e3935361645 (diff) | |
download | gcc-8e3c61c5775fabd1e49fb3d4e80ea4a9cb0ab24c.zip gcc-8e3c61c5775fabd1e49fb3d4e80ea4a9cb0ab24c.tar.gz gcc-8e3c61c5775fabd1e49fb3d4e80ea4a9cb0ab24c.tar.bz2 |
cgraph.h, [...]: Fix comment typos.
* cgraph.h, cgraphunit.c, fold-const.c, lambda-mat.c,
lambda.h, profile.c, tree-optimize.c, tree-sra.c, vec.h: Fix
comment typos. Follow spelling conventions.
From-SVN: r87490
Diffstat (limited to 'gcc/tree-optimize.c')
-rw-r--r-- | gcc/tree-optimize.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-optimize.c b/gcc/tree-optimize.c index c07701a..b9a2fa5 100644 --- a/gcc/tree-optimize.c +++ b/gcc/tree-optimize.c @@ -285,7 +285,7 @@ static struct tree_opt_pass ** next_pass_1 (struct tree_opt_pass **list, struct tree_opt_pass *pass) { - /* A non-zero static_pass_number indicates that the + /* A nonzero static_pass_number indicates that the pass is already in the list. */ if (pass->static_pass_number) { |