Commit 82911f36 by Wolfgang Bangerth

Fix a typo.

From-SVN: r68856
parent 5ec3a5a7
......@@ -878,7 +878,7 @@ dump_decl (tree t, int flags)
break;
case BIT_NOT_EXPR:
/* This is a pseudo distructor call which has not been folded into
/* This is a pseudo destructor call which has not been folded into
a PSEUDO_DTOR_EXPR yet. */
output_add_character (scratch_buffer, '~');
dump_type (TREE_OPERAND (t, 0), flags);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment