From 82911f36f98c99cc96d17552416bc95c4d0d111f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 2 Jul 2003 15:32:58 -0600 Subject: Fix a typo. From-SVN: r68856 --- gcc/cp/error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cp') 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); -- cgit v1.1