diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-13 21:11:04 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-13 21:11:04 +0000 |
commit | 86481e896633d43cdb6447bd9d33f2db5f782c7d (patch) | |
tree | ad31c07f0c92ca9821135e839011bb0784c3173f /gcc/cgraph.c | |
parent | 621a25ae4462c07cf701b25bac9da17961092765 (diff) | |
download | gcc-86481e896633d43cdb6447bd9d33f2db5f782c7d.tar.gz |
* c-cppbuiltin.c, cgraph.c, domwalk.h, except.c, gimplify.c,
lambda-code.c, postreload.c, predict.c, tree-sra.c,
tree-ssa-loop-manip.c, tree.c: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90596 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cgraph.c')
-rw-r--r-- | gcc/cgraph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraph.c b/gcc/cgraph.c index 0908b6a02eb..8a570b394a1 100644 --- a/gcc/cgraph.c +++ b/gcc/cgraph.c @@ -44,7 +44,7 @@ The callgraph: The callgraph at the moment does not represent indirect calls or calls from other compilation unit. Flag NEEDED is set for each node that may - be accessed in such a invisible way and it shall be considered an + be accessed in such an invisible way and it shall be considered an entry point to the callgraph. Intraprocedural information: |