diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-01-06 21:39:07 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-01-06 21:39:07 +0000 |
commit | 11ec81bdd2f7b5f06ff90d0e31770fe61820027c (patch) | |
tree | 272b0c624ed1b486d789c7f185f25da7021a4580 /gcc/cgraph.h | |
parent | 29c70ce8159a9e1f362eccfb7b31e17ffce6f345 (diff) | |
download | gcc-11ec81bdd2f7b5f06ff90d0e31770fe61820027c.tar.gz |
correct comment
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182965 138bc75d-0d04-0410-961f-82ee72b054a4
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 0efce347261..78ab3e16860 100644 --- a/gcc/cgraph.h +++ b/gcc/cgraph.h @@ -735,7 +735,7 @@ cgraph_first_defined_function (void) return NULL; } -/* Return next reachable static variable with initializer after NODE. */ +/* Return next function with body defined after NODE. */ static inline struct cgraph_node * cgraph_next_defined_function (struct cgraph_node *node) { |