replaceo
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Oct 2012 23:57:12 +0000 (23:57 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Oct 2012 23:57:12 +0000 (23:57 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191947 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cgraph.c

index 0e9acce..6e7b7c4 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))
     {