]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix a typo.
authorWolfgang Bangerth <bangerth@gcc.gnu.org>
Wed, 2 Jul 2003 21:32:58 +0000 (15:32 -0600)
committerWolfgang Bangerth <bangerth@gcc.gnu.org>
Wed, 2 Jul 2003 21:32:58 +0000 (15:32 -0600)
From-SVN: r68856

gcc/cp/error.c

index d12cd6ca15221302f4cb08ddb89d8575548f6f5c..028aaa22a7ef4701ba8a752e04b0128b53ab6a8b 100644 (file)
@@ -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);