aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-09-14 12:21:44 +0000
committerKazu Hirata <kazu@cs.umass.edu>2004-09-14 12:21:44 +0000
commit151ca2e858638ffa9c3de5666bd49f48db95f49c (patch)
tree87f623cf4d9d9f6974f9edb301690b2d3b490943 /gcc/cgraph.h
parentbd3fd7dc33540a62492d801742301a5f2c42e969 (diff)
* 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. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@87490 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cgraph.h')
-rw-r--r--gcc/cgraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraph.h b/gcc/cgraph.h
index 0af4447df35..ca355fec94b 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.