From 458961279a87b43f2bd98ec22cabd518a9580041 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Fri, 6 Jan 2012 16:39:07 -0500 Subject: [PATCH] correct comment From-SVN: r182965 --- gcc/cgraph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.30.2