diff options
| author | bangerth <bangerth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-02 21:32:58 +0000 |
|---|---|---|
| committer | bangerth <bangerth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-02 21:32:58 +0000 |
| commit | 071d2c90dd08cddd67bcd5a270137f41b2658c6d (patch) | |
| tree | 51833b2c190d08e0a41392ed685c0d08acdf59a5 | |
| parent | b0eb97d502b2b90c1d07719ba7b3c1309210d6b9 (diff) | |
| download | ppe42-gcc-071d2c90dd08cddd67bcd5a270137f41b2658c6d.tar.gz ppe42-gcc-071d2c90dd08cddd67bcd5a270137f41b2658c6d.zip | |
Fix a typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68856 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/cp/error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/error.c b/gcc/cp/error.c index d12cd6ca152..028aaa22a7e 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); |

