correct comment
authorJason Merrill <jason@gcc.gnu.org>
Fri, 6 Jan 2012 21:39:07 +0000 (16:39 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 6 Jan 2012 21:39:07 +0000 (16:39 -0500)
From-SVN: r182965

gcc/cgraph.h

index 0efce347261f8d8cb2c7f8b2f37661ba172ce219..78ab3e16860e6641aa25c50469293133f0a3a133 100644 (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)
 {