From: Wolfgang Bangerth Date: Wed, 2 Jul 2003 21:32:58 +0000 (-0600) Subject: Fix a typo. X-Git-Tag: releases/gcc-3.4.0~5219 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82911f36f98c99cc96d17552416bc95c4d0d111f;p=thirdparty%2Fgcc.git Fix a typo. From-SVN: r68856 --- diff --git a/gcc/cp/error.c b/gcc/cp/error.c index d12cd6ca1522..028aaa22a7ef 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);