projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ec3a5a
)
Fix a typo.
author
Wolfgang Bangerth
<bangerth@gcc.gnu.org>
Wed, 2 Jul 2003 21:32:58 +0000
(15:32 -0600)
committer
Wolfgang Bangerth
<bangerth@gcc.gnu.org>
Wed, 2 Jul 2003 21:32:58 +0000
(15:32 -0600)
From-SVN: r68856
gcc/cp/error.c
patch
|
blob
|
history
diff --git
a/gcc/cp/error.c
b/gcc/cp/error.c
index d12cd6ca15221302f4cb08ddb89d8575548f6f5c..028aaa22a7ef4701ba8a752e04b0128b53ab6a8b 100644
(file)
--- 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 d
i
structor call which has not been folded into
+ /* This is a pseudo d
e
structor call which has not been folded into
a PSEUDO_DTOR_EXPR yet. */
output_add_character (scratch_buffer, '~');
dump_type (TREE_OPERAND (t, 0), flags);