aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/cp/error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/error.c b/gcc/cp/error.c
index d12cd6c..028aaa2 100644
--- a/gcc/cp/error.c
+++ b/gcc/cp/error.c
@@ -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);