From 11ec81bdd2f7b5f06ff90d0e31770fe61820027c Mon Sep 17 00:00:00 2001 From: jason Date: Fri, 6 Jan 2012 21:39:07 +0000 Subject: correct comment git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182965 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cgraph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cgraph.h') 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) { -- cgit v1.2.1