diff options
| author | Wolfgang Bangerth <bangerth@gcc.gnu.org> | 2003-07-02 15:32:58 -0600 |
|---|---|---|
| committer | Wolfgang Bangerth <bangerth@gcc.gnu.org> | 2003-07-02 15:32:58 -0600 |
| commit | 82911f36f98c99cc96d17552416bc95c4d0d111f (patch) | |
| tree | 51833b2c190d08e0a41392ed685c0d08acdf59a5 /gcc/cp/error.c | |
| parent | 5ec3a5a7177f769f196bcd17a3dfb7d22097dcd5 (diff) | |
| download | gcc-82911f36f98c99cc96d17552416bc95c4d0d111f.zip gcc-82911f36f98c99cc96d17552416bc95c4d0d111f.tar.gz gcc-82911f36f98c99cc96d17552416bc95c4d0d111f.tar.bz2 | |
Fix a typo.
From-SVN: r68856
Diffstat (limited to 'gcc/cp/error.c')
| -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 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); |
