]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
replaceo
authorJason Merrill <jason@gcc.gnu.org>
Mon, 1 Oct 2012 23:57:12 +0000 (19:57 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 1 Oct 2012 23:57:12 +0000 (19:57 -0400)
From-SVN: r191947

gcc/cgraph.c

index 0e9accecf20978b5a94ee050d9069a9723a6d854..6e7b7c4fa3d034dfb27828d0fd9e6ee65324921e 100644 (file)
@@ -1731,7 +1731,7 @@ cgraph_set_const_flag (struct cgraph_node *node, bool readonly, bool looping)
 static bool
 cgraph_set_pure_flag_1 (struct cgraph_node *node, void *data)
 {
-  /* Static pureructors and destructors without a side effect can be
+  /* Static constructors and destructors without a side effect can be
      optimized out.  */
   if (data && !((size_t)data & 2))
     {