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/cgraph.h | |
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/cgraph.h')
-rw-r--r-- | gcc/cgraph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraph.h b/gcc/cgraph.h index 0af4447..ca355fe 100644 --- a/gcc/cgraph.h +++ b/gcc/cgraph.h @@ -96,7 +96,7 @@ struct cgraph_rtl_info GTY(()) rest of the compilation continues. When this reorgination is done, it will no longer be necessary to have the _decl_uid versions of local_static_vars_info and global_static_vars_info structures. - Having both structures is now requirred because the _ann_uid values + Having both structures is now required because the _ann_uid values for static variables are reset as each function is compiled. Currently, the analysis is done using the _decl_uid versions and converted to the _var_ann versions on demand. |