summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/cgraph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraph.c b/gcc/cgraph.c
index 0e9accecf20..6e7b7c4fa3d 100644
--- a/gcc/cgraph.c
+++ b/gcc/cgraph.c
@@ -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))
{