correct comment

From-SVN: r182965
This commit is contained in:
Jason Merrill 2012-01-06 16:39:07 -05:00
parent 7483eef82a
commit 458961279a
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{